willi-kappler / darwin-rs

darwin-rs, evolutionary algorithms with rust
MIT License
116 stars 16 forks source link

Serialise individuals #11

Open willi-kappler opened 8 years ago

willi-kappler commented 8 years ago

Add support for serialization, so that the whole simulation can be stopped and continued with the same states afterwards.

This could also be a first step to support clusters (OpenMPI or other mechanims) by transmitting the current state of each individual over the wire.