Simple project using R to showcase genetic algorithms to find the optima of math functions (1 variable + their graph)
- R script + genetic algorithm for custom functions.
- Implement selecting different crossover methods.
- Implement selecting different mutation methods.
- Implement selecting different selection methods.