Class EhmPermutationEdaAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<PermutationVector>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<PermutationVector>
com.knezevic.edaf.v3.algorithms.EhmPermutationEdaAlgorithm
- All Implemented Interfaces:
Algorithm<PermutationVector>
Dedicated EHM/EHBSA-style permutation driver based on edge-histogram modeling.
-
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
-
EhmPermutationEdaAlgorithm
public EhmPermutationEdaAlgorithm(double selectionRatio)
-