Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 509 Bytes

Genetic Optimization for function

Simple project using R to showcase genetic algorithms to find the optima of math functions (1 variable + their graph)

TODO List

  • R script + genetic algorithm for custom functions.
  • Implement selecting different crossover methods.
  • Implement selecting different mutation methods.
  • Implement selecting different selection methods.

Screenshots

Main Interface

Optimization Process

Results Visualization