Package org.moeaframework.problem
package org.moeaframework.problem
Package containing standardized problems and utility classes for working with problems.
-
ClassDescriptionAbstract class for a
Problem
.Interface for problems whose Pareto optimal set is known analytically, providing theAnalyticalProblem.generate()
method for producing randomly-generated reference sets.Evaluate solutions using an externally-defined problem.Builder for defining the process or connection to the external problem.Instance of the external problem.Interface for defining optimization problems.An exception that originated from a problem.A problem "stub" that is typically used when processing data files when the specific problem type is unknown.Wraps a problem instance to modify or extend its functionality.Decorator to create rotated variants of test problems.Decorator to create scaled variants of problems.