realea::CMAES Class Reference

Local Search method CMAES defined by Hansen. More...

#include <cmaes.h>

List of all members.

Public Member Functions

 CMAES (void)
void searchRange (double factor)
void searchNeighborhood (double ratio)

Detailed Description

Local Search method CMAES defined by Hansen.

It has been reimplementated by Daniel Molina, from the implementation in Matlab from Hansen

Definition at line 36 of file cmaes.h.


Constructor & Destructor Documentation

CMAES::CMAES ( void   ) 

Constructor

Parameters:
factor (reduction factor from min distance in population)

Definition at line 109 of file cmaes.cc.


Member Function Documentation

void CMAES::searchNeighborhood ( double  ratio  ) 

Search in the population neighbood

Parameters:
factor ratio of search

Definition at line 151 of file cmaes.cc.

void CMAES::searchRange ( double  factor  ) 

Search in the total range

Parameters:
factor ratio of search

Definition at line 146 of file cmaes.cc.


The documentation for this class was generated from the following files:

Generated on Sun May 9 12:44:37 2010 for MA-CMA-Chains by  doxygen 1.6.1