A flock of 633-star optimizers migrates to new maintainers
A Python meta-heuristic library that's been handed off, leaving this repo as a redirect with historical baggage.

What it does Opytimizer implements nature-inspired optimization algorithms—think particle swarms, genetic algorithms, and other bio-mimicking search strategies—for Python. The original repo accumulated 633 stars and a broad tag list (“artificial-intelligence” through “python”) before the Recogna Laboratory took over active maintenance.
The interesting bit The README is essentially a forwarding address. The entire current content is a maintenance warning pointing to a new repository, with an old README preserved as archaeological record. It’s a clean handoff, but not a living document.
Key highlights
- Implements meta-heuristic and bio-inspired optimization methods
- 633 stars suggest prior community traction
- Now maintained at recogna-lab/opytimizer
- Previous documentation archived in
README.old.md - Python-native implementation
Caveats
- This repository appears dormant; active development lives elsewhere
- No visible code, examples, or API docs in current README
- Unclear whether issues/PRs here are monitored
Verdict Worth a bookmark if you’re surveying optimization libraries, but head straight to the Recogna Lab fork for anything serious. Researchers already committed to the API should verify migration compatibility before switching.