issues
search
GheodeAI
/
metaheuristic-designer
Framework for designing, testing and evaluating metaheuristic optimization algorithms.
https://metaheuristic-designer.readthedocs.io/en/latest/
MIT License
4
stars
0
forks
source link
Implement well known and modern algorithms
#59
Open
eugenioLR
opened
1 year ago
eugenioLR
commented
1 year ago
[x] Random Search
[x] Greedy Search/Hill Climb
[x] Simulated annealing (SA)
[x] Basic Evolution Strategies (ES)
[x] Genetic Algorithm (GA)
[x] Particle Swarm Optimization (PSO)
[x] Differential Evolution (DE)
[x] Estimation of Distribution Algorithm (EDA)
[x] Variable Neighborhood Search (VNS)
[ ] Covariance Matrix Adaption Evolution Strategies (CMA-ES)
[ ] Iterated Local Search (ILS)
[ ] Taboo search (TS)
[ ] Greedy random adaptative search procedure (GRASP)
eugenioLR
commented
1 year ago
This replaces issue #28