Class CopulaEdaAlgorithm
java.lang.Object
com.knezevic.edaf.v3.core.api.AbstractEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.RatioBasedEdaAlgorithm<RealVector>
com.knezevic.edaf.v3.algorithms.continuous.CopulaEdaAlgorithm
- All Implemented Interfaces:
Algorithm<RealVector>
Dedicated copula-based EDA driver for non-Gaussian marginals with modeled rank dependence.
-
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
-
CopulaEdaAlgorithm
public CopulaEdaAlgorithm(double selectionRatio)
-