basic comments for adaptive normal operators
This commit is contained in:
parent
388358bc5c
commit
f5afa694bc
3 changed files with 17 additions and 10 deletions
|
|
@ -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 >
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue