next iteration
This commit is contained in:
parent
01727c5a5d
commit
b5d1a95cf6
14 changed files with 94 additions and 57 deletions
|
|
@ -41,7 +41,6 @@ class PyFitness : public boost::python::object
|
|||
|
||||
template <class T>
|
||||
PyFitness(const T& o) : object(o) {}
|
||||
|
||||
|
||||
static unsigned nObjectives() { return objective_info.size(); }
|
||||
static double tol() { return 1e-6; }
|
||||
|
|
@ -117,7 +116,7 @@ struct PyEO : public EO< PyFitness >
|
|||
object getGenome() const { return genome; }
|
||||
void setGenome(object g) { genome = g; }
|
||||
object genome;
|
||||
|
||||
|
||||
std::string to_string() const
|
||||
{
|
||||
std::string result;
|
||||
|
|
|
|||
Reference in a new issue