Package org.moeaframework.problem.single
package org.moeaframework.problem.single
Collection of single-objective optimization algorithms.
-
ClassDescriptionThe single-objective Ackley problem with an optimum at
x = (0, 0)
withf(x) = 0
.The single-objective Beale problem with an optimum atx = (3.0, 0.5)
withf(x) = 0
.The single-objective Griewank problem with an optimum atx = (0, ..., 0)
withf(x) = 0
.The single-objective Himmelblau's function with four local minima, all withf(x) = 0
.The single-objective Rastrigin problem with an optimum atx = (0, ..., 0)
withf(x) = 0
.The single-objective Rosenbrock problem with an optimum atx = (1, 1)
withf(x) = 0
.The single-objective Schwefel problem with an optimum atx = (420.9687, ..., 420.9687)
withf(x) = 0
.Problem provider for the single objective test problems.The single-objective Sphere problem with an optimum atx = (0, ..., 0)
withf(x) = 0
.The single-objective Zakharov problem with an optimum atx = (0, ..., 0)
withf(x) = 0
.