|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface EpsilonBoxEvolutionaryAlgorithm
Interface for evolutionary algorithms using an ε-box dominance archive.
| Method Summary | |
|---|---|
EpsilonBoxDominanceArchive |
getArchive()
Returns the current ε-box non-dominated archive of the best solutions generated by this evolutionary algorithm. |
| Methods inherited from interface org.moeaframework.core.EvolutionaryAlgorithm |
|---|
getPopulation |
| Methods inherited from interface org.moeaframework.core.Algorithm |
|---|
evaluate, getNumberOfEvaluations, getProblem, getResult, getState, isTerminated, setState, step, terminate |
| Method Detail |
|---|
EpsilonBoxDominanceArchive getArchive()
getArchive in interface EvolutionaryAlgorithm
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||