pagmo2 icon indicating copy to clipboard operation
pagmo2 copied to clipboard

A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.

Results 63 pagmo2 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** compiling the island test with clang >= 17 on linux fails with: ``` In file included from /tmp/pagmo2/tests/island.cpp:56: /tmp/pagmo2/include/pagmo/island.hpp:226:16: error: cannot initialize return object of type 'void...

bug

**Is your feature request related to a problem? Please describe.** The monte-carlo based hypervolume approximation in pagmo `bf_fpras` / `bf_approx` is kinda outdated by now. There exists alternatives that deploy...

enhancement