Class PbilRealAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.continuous.PbilRealAlgorithm
- All Implemented Interfaces:
Algorithm<RealVector>
Dedicated real-coded PBIL driver with distribution updates in continuous space.
-
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
-
PbilRealAlgorithm
public PbilRealAlgorithm(double selectionRatio)
-