Is there any way we could add to or refine the mutation algorithm ourselves? I recently tried implementing some closer to the state of the art genetic algorithms like Covariance Matrix Adaptation and pepg, and I was thinking it would be cool to be able to see the difference in learning ability in something like walk cycles. See I'm not any form of games or simulations programmer so it would be cool if I could have a way to get the populations genome strings and generate a new population from them myself, say by being able to write my own generation function, or even if I could just get a button to download the string myself.
Thanks for adding the mutation rates and such as options btw, it's made your app a useful tool for demonstrating evolution to students at my university (I'm a volunteer tutor for the computing department).