Hi there!

I am trying to apply a PSO technique for black-box function optimization.

As the main instruments for now are written in Python - it will be nice if someone can suggest a library/examples where PSO is used and additional requirements are met:

Function to optimize:

f(p1, p2, ..., pn)

p1, p2, ..., pn - parameters to optimize.

The objective function is unknown, the PSO is planned to apply.

For each parameter to optimize we have a set of boundaries - e.g. for p1:

p1_lb

More Oleksii Zivenko's questions See All
Similar questions and discussions