Changed base class eoEsBase to eoFixedLength

This commit is contained in:
mac 2000-06-13 10:27:10 +00:00
commit b5222c8aa5
2 changed files with 3 additions and 3 deletions

View file

@ -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");