kgroener / Stayin-Alive

MIT License
1 stars 1 forks source link

Implement the fitness function for evolving specimen #28

Open tomkuijsten opened 7 years ago

tomkuijsten commented 7 years ago

The Evolve function of ISpecimenFactory is currently not used by the game. We should talk about the fitness function, how it should be implemented.

kgroener commented 7 years ago

The fitness of a specimen is defined by some set of rules, maybe we should create some kind of framework to dynamically add/remove fitness rules to be able to easily play with the goal for the specimens.