fix some errors in tests
- use eoEvalCounterThrowException - use make_help
This commit is contained in:
parent
6aeb74f6e0
commit
75ac37b02a
16 changed files with 25 additions and 19 deletions
|
|
@ -145,7 +145,7 @@ void run_ea(eoAlgo<eoEsFull<eoMinimizingFitness> >& _ga, eoPop<eoEsFull<eoMinimi
|
|||
|
||||
// end of parameter input (+ .status + help)
|
||||
// that one is not templatized, but is here for completeness
|
||||
void make_help(eoParser & _parser, bool exit_after = true);
|
||||
void make_help(eoParser & _parser, bool exit_after);
|
||||
|
||||
/** @} */
|
||||
/** @} */
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ void run_ea(eoAlgo<eoReal<eoMinimizingFitness> >& _ga, eoPop<eoReal<eoMinimizing
|
|||
// end of parameter input (+ .status + help)
|
||||
// that one is not templatized
|
||||
// Because of that, the source is in src/utils dir
|
||||
void make_help(eoParser & _parser, bool exit_after = true);
|
||||
void make_help(eoParser & _parser, bool exit_after);
|
||||
|
||||
/** @} */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue