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.Legacy problem provider that locates problems using their fully-qualified class name.Evaluate solutions using an externally-defined problem.Builder for defining the process or connection to the external problem.Instance of the external problem.An exception that originated from a problem.A problem stub with a defined number of objectives, but no decision variables or constraints.Wraps a problem instance to modify or extend its functionality.Legacy problem provider that loads problems defined in "moeaframework.properties".Decorator to create rotated variants of test problems.Problem provider for rotated problems.Decorator to create scaled variants of problems.Permits interfacing with problems implemented by one of the many scripting languages supported by the Java Scripting APIs.Wraps a problem to collect objective function evaluation timing data.