jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
744 stars 268 forks source link

Make BasicEA not serializable #198

Closed JayH5 closed 8 years ago

JayH5 commented 9 years ago
jeffheaton commented 8 years ago

Thanks, and sorry for the delay looking at this. I originally had this as non-serializable, like you request, and then got pull requests to make it serializable and mark fields as non-serializable that can't be serialized. Leaving it as it currently is gives the most flexibility.