Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
darioizzo edited this page Nov 20, 2014 · 14 revisions

It was decided to make a big new release of PyGMO when the following major overhauls will be achieved:

  • Port to Python 3 [done][to be tested]
  • Increase c++ Unit tests and restore some Python tests
  • Clean population class and move multi-objective stuff to the utils namespace
  • Clean migration (simplifying it)
  • Split chromosome representation in std::vector and std::vector
  • Abandon cache in problem in favor of a set_x_if method ( set_x_if(x,lambda : fitness(x) > fitness individual[n] )
  • Implement a polymorphic stopping condition class in the algorithm
  • Check MPI functionalities ( do we need them?)
Clone this wiki locally