|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface EvolutionaryAlgorithm
Interface for an evolutionary algorithm. Evolutionary algorithms are characterized by their use of a population and inspiration from biological and other natural processes.
| Method Summary | |
|---|---|
NondominatedPopulation |
getArchive()
Returns the current non-dominated archive of the best solutions generated by this evolutionary algorithm, or null if no archive is used. |
Population |
getPopulation()
Returns the current population of this evolutionary algorithm. |
| Methods inherited from interface org.moeaframework.core.Algorithm |
|---|
evaluate, getNumberOfEvaluations, getProblem, getResult, getState, isTerminated, setState, step, terminate |
| Method Detail |
|---|
Population getPopulation()
NondominatedPopulation getArchive()
null if no archive is used.
null if no archive is
used
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||