#17 · Primary category: Optimization & Heuristic Algorithms
opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
Project last updated:05/02/26
GitHub Stars
634
Forks
43
Contributors
4
License
Apache-2.0
Why we included this project
Opytimizer gathers a wide range of nature-inspired search algorithms behind one consistent Python API. You can move between particle swarm, genetic approaches, and less common bioinspired variants without rewriting your experiment code, since each optimizer shares the same interface. That makes it a practical fit for tuning hyperparameters, calibrating simulation models, or working on black-box problems where gradient-based methods stall. One thing to know before adopting it: the project has moved to a new maintainer repository under the Recogna Laboratory, so check there for the latest releases. The original codebase still serves as a useful reference for comparing and prototyping these algorithms.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
ceres-solver
A large scale non-linear optimization library
FLAML
A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
sunfish
Sunfish: a Python Chess Engine in 111 lines of code
POT
POT : Python Optimal Transport