eo: added some missing entries
Pop: error in nth_element_fitness sga: error in eval eoParseTree: oddities with gcc checkpointing: added eoParser and eoState eoParser: support for wrongly entered parameter names rnd_generators: flip(0.5) -> flip(bias) in binary_generator selectors.h: ???
This commit is contained in:
parent
fc172ef858
commit
fd8a2529a5
10 changed files with 77 additions and 25 deletions
|
|
@ -74,7 +74,7 @@ class eoInitVariableLength: public eoInit<EOT>
|
|||
: offset(_minSize), extent(_maxSize - _minSize), generator(_generator)
|
||||
{
|
||||
if (_minSize >= _maxSize)
|
||||
throw logical_error("eoInitVariableLength: minSize larger or equal to maxSize");
|
||||
throw logic_error("eoInitVariableLength: minSize larger or equal to maxSize");
|
||||
}
|
||||
|
||||
void operator()(EOT& chrom)
|
||||
|
|
|
|||
Reference in a new issue