The GA implementation needs updates. The operator implementations (selection, crossover, mutation, elitism) need to be improved, or at least given more options. The test in scripts/ga_testing.jl does not perform well on the Rastrigin function. Additionally, we need to have docstrings
The GA implementation needs updates. The operator implementations (selection, crossover, mutation, elitism) need to be improved, or at least given more options. The test in
scripts/ga_testing.jldoes not perform well on the Rastrigin function. Additionally, we need to have docstrings