Class TreeEdaAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<VariableLengthVector<Integer>>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<VariableLengthVector<Integer>>
com.knezevic.edaf.v3.algorithms.tree.TreeEdaAlgorithm
- All Implemented Interfaces:
Algorithm<VariableLengthVector<Integer>>
Ratio-based EDA driver for variable-length token tree representations.
-
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
-
TreeEdaAlgorithm
public TreeEdaAlgorithm(double selectionRatio)
-