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
823 stars 161 forks source link

cec: Use boost constants #566

Closed jschueller closed 7 months ago

jschueller commented 7 months ago

Closes #565

better use boost for consistency, also its too soon to use c++20 imho

bluescarni commented 7 months ago

@jschueller Thanks a lot!