basic comments for adaptive normal operators

This commit is contained in:
Johann Dreo 2012-07-18 13:41:43 +02:00
commit f5afa694bc
3 changed files with 17 additions and 10 deletions

View file

@ -38,8 +38,9 @@ Authors:
#include "edoNormalAdaptive.h"
#include "edoEstimatorAdaptive.h"
//! edoEstimatorNormalMulti< EOT >
/** An estimator that works on adaptive normal distributions, basically the heart of the CMA-ES algorithm.
*
*/
template< typename EOT, typename EOD = edoNormalAdaptive<EOT> >
class edoEstimatorNormalAdaptive : public edoEstimatorAdaptive< EOD >
{