PyGMO (the Python Parallel Global Multiobjective Optimizer) is a scientific library providing a large number of optimisation problems and algorithms under the same powerful parallelization abstraction built around the generalized island-model paradigm.
Questions tagged [pygmo]
18 questions
0
votes
1 answer
The pygmo package throws an error that i cant understand. I wonder is that due to scipy command in my cost function
I am trying to do a optimization using pygmo. I am facing an error from the pygmo package. It is basically a vector optimisation.
I get the following error when i initiate the population:
"TypeError: No registered converter was able to produce a C++…

Praveen Kumar
- 11
- 2
0
votes
1 answer
Pagmo2 Pygmo2 warm start capablities
I am experimenting with Pygmo and find it very convenient for setting up global optimization tasks. However, it would be great to have more CPU cores (>32) which I do not have on my computer. I would like to keep everything as cost efficient as…

Moritz
- 5,130
- 10
- 40
- 81
0
votes
1 answer
How to satisfy argument error std::vector>
When calling a method an error gets thrown.
Traceback (most recent call last):
File "./test.py", line 10, in
print prob._objfun_impl(data1)
Boost.Python.ArgumentError: Python argument types in
_base._objfun_impl(cassini_1,…

user3324069
- 27
- 1
- 4