Estimators takes an eoPop and estimates the parameters of a distributions (defined as an hypothesis) from it. More...
Classes | |
class | edoEstimator< D > |
Base class for estimators. More... | |
class | edoEstimatorAdaptive< D > |
An interface that explicits the needs for a permanent distribution that will be updated by operators. More... | |
class | edoEstimatorNormalAdaptive< EOT, D > |
An estimator that works on adaptive normal distributions, basically the heart of the CMA-ES algorithm. More... | |
class | edoEstimatorNormalMono< EOT > |
An estimator for edoNormalMono. More... | |
class | edoEstimatorNormalMulti< EOT, D > |
An estimator for edoNormalMulti. More... | |
class | edoEstimatorUniform< EOT > |
An estimator for edoUniform. More... |
Estimators takes an eoPop and estimates the parameters of a distributions (defined as an hypothesis) from it.