esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
436 stars 56 forks source link

[FEATURE] New algorithm #153

Open kasra-keshavarz opened 7 months ago

kasra-keshavarz commented 7 months ago

More of a question, is it possible to contribute to the project and you send you PRs for new algorithms to be embedded into your Python package?

I was planning on using Shuffled Complex Evolution (SCE) algorithm and adding it to pygmo2. Let me know.