Re-introduced the old ctors for the mutations (for backward compatibility
with the tutorial :-(
This commit is contained in:
parent
0c3f372f7b
commit
4f05bfaaf1
2 changed files with 67 additions and 41 deletions
|
|
@ -68,7 +68,7 @@ template <class EOT>
|
|||
eoGenOp<EOT> & do_make_op(eoParameterLoader& _parser, eoState& _state, eoInit<EOT>& _init)
|
||||
{
|
||||
// First, decide whether the objective variables are bounded
|
||||
eoValueParam<eoParamParamType>& boundsParam = _parser.createParam(eoParamParamType("(0,1)"), "objectBounds", "Bounds for variables", 'B', "Genetic Operators");
|
||||
eoValueParam<eoParamParamType>& boundsParam = _parser.createParam(eoParamParamType("(0,1)"), "objectBounds", "Bounds for variables (unbounded if absent)", 'B', "Genetic Operators");
|
||||
|
||||
// get initisalizer size == vector size
|
||||
// eoRealInitBounded<EOT> * realInit = (eoRealInitBounded<EOT>*)(&_init);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue