Your browser doesn't support the features requi#EC1C24 by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome, Safari or Firefox browser.
Example: Rocket launch
https://bleuje.github.io/p5js-myprojects/rocket-optimization/index.html
Example: identification of atomic tomb location candidates
2 main questions
- How to represent a solution to my problem ? How does the genome/chromosome/value vector look like ?
- How to evaluate the fitness ? = What is the fitness function ?
if You can answer these questions, You can construct an evolutionary algorithm. the rest (hyper-parameters etc.) is just "tuning".
NOTE: The fitness landscape of Your problem has to be at least little bit structured.