CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.41k stars 490 forks source link

Save best_genome in population checkpoints #222

Closed Gicminos closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.004%) to 96.158% when pulling abc18c7690ea59aa10b9be233e930cf78c9e8443 on Gicminos:feature/best-genome-checkpoint into c2b79c88667a1798bfe33c00dd8e251ef8be41fa on CodeReclaimers:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.002%) to 96.164% when pulling abc18c7690ea59aa10b9be233e930cf78c9e8443 on Gicminos:feature/best-genome-checkpoint into c2b79c88667a1798bfe33c00dd8e251ef8be41fa on CodeReclaimers:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.002%) to 96.164% when pulling abc18c7690ea59aa10b9be233e930cf78c9e8443 on Gicminos:feature/best-genome-checkpoint into c2b79c88667a1798bfe33c00dd8e251ef8be41fa on CodeReclaimers:master.

Gicminos commented 3 years ago

Actually I am closing this in favour of hugoaboud's implementation of the same issue, which is probably better thought. Sorry for this PR.