You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mitchell
d1a836995b
|
8 years ago | |
---|---|---|
lab1 | 8 years ago | |
lab2 | 8 years ago | |
lab3 | 8 years ago | |
lab4 | 8 years ago | |
lab5 | 8 years ago | |
.gitignore | 8 years ago | |
CMakeLists.txt | 8 years ago | |
README.md | 8 years ago |
README.md
optimization-algorithms
Implementation of various optimization algorithms in C++
namely...
- Particle swarm
- Local search
- Iterative local search
- Random walking
- Soma
- Firefly
- Differential evolution
- Genetic
- Harmony