|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface AnalyticalProblem
Interface for problems whose Pareto optimal set is known analytically,
providing the generate() method for producing randomly-generated
reference sets.
| Method Summary | |
|---|---|
Solution |
generate()
Returns a randomly-generated solution using the analytical solution to this problem. |
| Methods inherited from interface org.moeaframework.core.Problem |
|---|
close, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, newSolution |
| Method Detail |
|---|
Solution generate()
NondominatedPopulation to removed dominated solutions prior to
using the generated reference set.
The generated solutions should be spread uniformly across the entire Pareto frontier; however, this is a suggestion and is not a requirement of this interface.
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||