aliasgharheidaricom/RIME-A-physics-based-optimization
RIME A physics based optimization algorithm, Neurocomputing, 2023 https://doi.org/10.1016/j.neucom.2023.02.010, This paper proposes an efficient optimization algorithm based on the physical phenomenon of rime-ice
This optimization algorithm helps researchers and engineers find the best possible solutions to complex problems more efficiently. It takes a problem definition with its constraints and returns an optimized set of parameters or decisions. Anyone working with complex systems that require fine-tuning or optimal configuration, such as in engineering design or operations research, would find this useful.
No commits in the last 6 months.
Use this if you need to find optimal solutions for complex engineering, scientific, or operational problems where traditional methods are too slow or ineffective.
Not ideal if your problem involves simple, linear optimization or if you require an explainable AI solution rather than a purely performance-driven one.
Stars
21
Forks
1
Language
MATLAB
License
MIT
Category
Last pushed
Aug 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aliasgharheidaricom/RIME-A-physics-based-optimization"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
trevorstephens/gplearn
Genetic Programming in Python, with a scikit-learn inspired API
google/pyglove
Manipulating Python Programs
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization...
nnaisense/evotorch
Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
esa/pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the...