CodeReclaimers / neat-python

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

Restore populations with a new config file #174

Closed stokatyan closed 5 years ago

stokatyan commented 5 years ago

Change:

This PR allows for using a new config file when restoring a population from a checkpoint.

Reason:

This feature can be useful when updating the configuration parameters after a particular checkpoint. For example, there may be a case where after a particular checkpoint it is better to lower the compatibility_threshold, or increase the max_stagnation.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.04%) to 96.333% when pulling 6d9a45216260bbccd2a44d7958e42ab2712d0776 on stokatyan:new-config-from-checkpoint into e3dbe77c0d776eae41d598e6439e6ac02ab90b18 on CodeReclaimers:master.