hypervolume pointers + doc
This commit is contained in:
parent
749119070c
commit
5f9689fc23
8 changed files with 12 additions and 8 deletions
|
|
@ -138,7 +138,7 @@ public:
|
|||
* @param _p_change the probability to change a given coordinate
|
||||
*/
|
||||
eoNormalMutation(eoRealVectorBounds & _bounds,
|
||||
double _sigma, const double& _p_change = 1.0):
|
||||
double & _sigma, const double& _p_change = 1.0):
|
||||
sigma(_sigma), bounds(_bounds), p_change(_p_change) {}
|
||||
|
||||
/** The class name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue