Mathematical optimization project implementing derivative-free methods for minimization of the objective function.
Minimize Lennard-Jones potential function
- Nelder-Mead Algorithm
- Genetic Algorithm with binary representation
- Genetic Algorithm with real representation
- Particle Swarm Optimization
make clean && make
./run <int>
(not complete)