giacomelli / GeneticSharp

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
MIT License
1.26k stars 330 forks source link

Saving current progress #97

Closed jakubwalawender closed 1 year ago

jakubwalawender commented 1 year ago

As my algorithm is going to last quite long I am wondering if there is any possibility to save my current progress (Population, BestChromosome, etc.)? Then having it saved, recreate an algorithm and run from this point, instead of starting with fresh Algorithm.

giacomelli commented 1 year ago

We've already talked about something similar to what you want in this issue https://github.com/giacomelli/GeneticSharp/issues/9

giacomelli commented 1 year ago

Closed due to inactivity. Feel free to reopen it if needed.