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
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
int main(int /*argc*/, char* /*argv[]*/)
|
||||
int main(int /*argc*/, char** /*argv[]*/)
|
||||
{
|
||||
typedef eoReal<eoMinimizingFitness> EOT;
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ public:
|
|||
};
|
||||
|
||||
// checks for help demand, and writes the status file and make_help; in libutils
|
||||
void make_help(eoParser & _parser);
|
||||
// void make_help(eoParser & _parser);
|
||||
|
||||
// now use all of the above, + representation dependent things
|
||||
int main(int argc, char* argv[]){
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <utils/checkpointing>
|
||||
#include <ga/make_ga.h>
|
||||
#include <eoEvalFuncPtr.h>
|
||||
#include "binary_value.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <utils/checkpointing>
|
||||
#include <es/make_real.h>
|
||||
#include "real_value.h"
|
||||
#include <apply.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue