Corrected a problem in eoEsChromInit (it refused plain eoReal) + some

other minor modications (e.g. a dir in make_checkpoint where ALL file
will go).
This commit is contained in:
evomarc 2001-05-03 17:20:27 +00:00
commit f4d2630516
9 changed files with 98 additions and 64 deletions

View file

@ -74,10 +74,8 @@ public :
private :
// No adaptive mutation at all
void create_self_adapt(eoReal<FitT>& result)// security check :-)
{
throw runtime_error("We should not be in create_self_adapt(eoReal)!");
}
void create_self_adapt(eoReal<FitT>& result)// nothing to do here ...
{ }
// Adaptive mutation through a unique sigma
void create_self_adapt(eoEsSimple<FitT>& result)