Persistence needs a decent implementation.
Brought to you by:
sevarac
Currently the NEAT code has a Persistence interface, however there is no decent implementation of it that can be used by developers.
Investigate creating a "directory" persistence mechanism which stores the "deltas" between values, serialized via regular Java object serialization.