paul-bokelman / neat

NEAT implementation in python
0 stars 0 forks source link

proper id collision avoidance #6

Open paul-bokelman opened 1 month ago

paul-bokelman commented 1 month ago

currently ids for species and organisms are just auto-generated but they should really be tracked to avoid collisions

paul-bokelman commented 1 month ago

this can be done through the db or by having a global number that gets incremented