...
This commit is contained in:
parent
2b9402d3f5
commit
27552a573e
11 changed files with 414 additions and 71 deletions
|
|
@ -1,12 +1,3 @@
|
|||
// #include <boost/numeric/ublas/matrix.hpp>
|
||||
// #include <boost/numeric/ublas/io.hpp>
|
||||
|
||||
#ifndef HAVE_GNUPLOT
|
||||
// FIXME: temporary define to force use of gnuplot without compiling
|
||||
// again EO.
|
||||
# define HAVE_GNUPLOT
|
||||
#endif
|
||||
|
||||
#include <eo>
|
||||
#include <mo>
|
||||
|
||||
|
|
@ -18,15 +9,12 @@
|
|||
#include <do/make_continue.h>
|
||||
#include <do/make_checkpoint.h>
|
||||
|
||||
//#include "BopoRosenbrock.h"
|
||||
#include <do>
|
||||
|
||||
#include "Rosenbrock.h"
|
||||
#include "Sphere.h"
|
||||
|
||||
#include <do>
|
||||
|
||||
typedef eoReal<eoMinimizingFitness> EOT;
|
||||
//typedef doUniform< EOT > Distrib;
|
||||
//typedef doNormal< EOT > Distrib;
|
||||
|
||||
int main(int ac, char** av)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue