esa / pagmo2

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pagmo2/
GNU General Public License v3.0
816 stars 161 forks source link

Improve support to integers #112

Closed darioizzo closed 7 years ago

darioizzo commented 7 years ago

At the current status integer programming support is limited. The integer part of the decision vector can be passed as an argument to algorithms and the evolve() takes care to apply different operators on the float and the integer part.

This way of doing things has obvious drawbacks and a better model would be to define an integer part of the decision vector in the problem.

darioizzo commented 7 years ago

115 Is adressing this

darioizzo commented 7 years ago

115 is now merged into master ... minlp support will be available in 2.4