Class KdeEdaAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.continuous.KdeEdaAlgorithm
- All Implemented Interfaces:
Algorithm<RealVector>
Dedicated KDE-EDA driver using non-parametric density estimation.
-
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
-
KdeEdaAlgorithm
public KdeEdaAlgorithm(double selectionRatio)
-