peter-ch / MultiNEAT

Portable NeuroEvolution Library
http://MultiNEAT.com
GNU Lesser General Public License v3.0
327 stars 104 forks source link

Fixed py::numeric::array compatibility with boost >= 1.65 #39

Closed hugoaboud closed 6 years ago

hugoaboud commented 6 years ago

From the boost 1.65 notes:

The boost::python::numeric API has been removed, as it is being obsoleted by boost::python::numpy.

peter-ch commented 6 years ago

Thanks!