Class ParetoEdaAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<Object>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<Object>
com.knezevic.edaf.v3.algorithms.mo.ParetoEdaAlgorithm
Pareto-based multi-objective EDA driver alias.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm
id, selectionSizeMethods inherited from class com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm
afterIteration, complete, evaluateGenotype, initialize, iterate, postProcessPopulation, restoreState, result, run, state
-
Constructor Details
-
ParetoEdaAlgorithm
public ParetoEdaAlgorithm(double selectionRatio)
-