This would fill in the role of the mutator: https://github.com/tomLamprecht/Easy-ML-For-Java/blob/master/src/main/java/de/fhws/ai/networktrainer/NNRandomMutator.java Reference: https://en.wikipedia.org/wiki/CMA-ES This is way more efficient than random mutation
This would fill in the role of the mutator:
https://github.com/tomLamprecht/Easy-ML-For-Java/blob/master/src/main/java/de/fhws/ai/networktrainer/NNRandomMutator.java
Reference: https://en.wikipedia.org/wiki/CMA-ES
This is way more efficient than random mutation