Package org.moeaframework.problem.single


package org.moeaframework.problem.single
  • Classes
    Class
    Description
    The single-objective Ackley problem with an optimum at x = (0, 0) with f(x) = 0.
    The single-objective Beale problem with an optimum at x = (3.0, 0.5) with f(x) = 0.
    The single-objective Griewank problem with an optimum at x = (0, ..., 0) with f(x) = 0.
    The single-objective Himmelblau's function with four local minima, all with f(x) = 0.
    The single-objective Rastrigin problem with an optimum at x = (0, ..., 0) with f(x) = 0.
    The single-objective Rosenbrock problem with an optimum at x = (1, 1) with f(x) = 0.
    The single-objective Schwefel problem with an optimum at x = (420.9687, ..., 420.9687) with f(x) = 0.
    Problem provider for the single objective test problems.
    The single-objective Sphere problem with an optimum at x = (0, ..., 0) with f(x) = 0.
    The single-objective Zakharov problem with an optimum at x = (0, ..., 0) with f(x) = 0.