gugarosa/opytimizer
🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
Opytimizer helps you find the best possible solution to complex problems by using techniques inspired by nature, like how ant colonies find food or birds flock together. You provide the problem you want to solve and the potential solutions, and it helps you discover the most efficient or optimal outcome. This is ideal for scientists, engineers, and researchers who need to optimize parameters, designs, or strategies in their work.
632 stars.
Use this if you need to find the optimal values for variables in a system or process where traditional methods are too slow or complex.
Not ideal if your problem has a straightforward analytical solution or if you need to perform basic data analysis rather than optimization.
Stars
632
Forks
42
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gugarosa/opytimizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
jolars/sortedl1
Python package for Sorted L-One Penalized Estimation (SLOPE)
SENATOROVAI/gradient-descent-sgd-solver-course
Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters...
hiroyuki-kasai/SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
softmin/ReHLine-python
Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence
SENATOROVAI/stochastic-average-gradient-sag-saga-solver-course
The SAG (Stochastic Average Gradient) + SAGA (Accelerated) solver is an optimization algorithm...