xXAI-botXx / Genetic-Algorithm

Implementation of Genetic-Algorithm for solution finding (optimization)
Mozilla Public License 2.0
0 stars 0 forks source link

Saving of individuals? #7

Open xXAI-botXx opened 6 months ago

xXAI-botXx commented 6 months ago

What should be saved by/in the class?

All results? All models? Only the best?

Is it needed?

xXAI-botXx commented 6 months ago

For a simple GA implementation it is first not needed.

But maybe a history of solutions and results would be nice.