Class MoEdaSkeletonAlgorithm<G>
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<G>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<G>
com.knezevic.edaf.v3.algorithms.mo.MoEdaSkeletonAlgorithm<G>
- All Implemented Interfaces:
Algorithm<G>
Baseline multi-objective EDA driver using scalarized selection.
-
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
-
MoEdaSkeletonAlgorithm
public MoEdaSkeletonAlgorithm(double selectionRatio)
-