Changed base class eoEsBase to eoFixedLength
This commit is contained in:
parent
0219de5b61
commit
b5222c8aa5
2 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ template <class EOT>
|
|||
void runAlgorithm(EOT, eoParser& _parser, eoEsObjectiveBounds& _bounds)
|
||||
{
|
||||
// evaluation
|
||||
eoEvalFuncPtr<eoEsBase<FitT> > eval( real_value );
|
||||
eoEvalFuncPtr<eoFixedLength<FitT, double> > eval( real_value );
|
||||
|
||||
// population parameters, unfortunately these can not be altered in the state file
|
||||
eoValueParam<unsigned> mu = _parser.createParam(unsigned(50), "mu","Size of the population");
|
||||
|
|
|
|||
Reference in a new issue