HyperCodec / genetic-rs

Crate for quickstarting genetic algorithm projects
MIT License
1 stars 0 forks source link

[TODO] arena pruning (more expansive pruning algos) #35

Closed HyperCodec closed 9 months ago

HyperCodec commented 9 months ago

Essentially simulate competition

HyperCodec commented 9 months ago

I don't see how this is possible without directly refactoring away the fitness step. This feature will remain something the users themselves will have to implement (such as more fitness for entities that win, semi-simulating arena/elimination) and is impossible to implement within the builtin part of this library without breaking my own conventions.