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
804 stars 159 forks source link

Add initialization for potentially-used cec2014 vars #562

Closed pmslavin closed 6 months ago

pmslavin commented 6 months ago

Fixes #561

Adds initialization for two vars which could previously be used in an uninitialized state.

bluescarni commented 6 months ago

@pmslavin thanks!