From 15be1b9bbe96f41c956209fc33f9f269cdd826dc Mon Sep 17 00:00:00 2001 From: Federico Pigozzi Date: Mon, 10 Oct 2022 15:46:17 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85fc231..1a3be35 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,7 @@ where {...} denotes a finite and discrete set of possible choices for the corres * seed: the random seed for the experiment. * threads: the number of threads to perform evolution with. Defaults to the number of available cores on the current CPU. Parallelization is taken care by JGEA and implements a distributed fitness assessment. +Evolution output files contain the serialized best individual for every generation, that can be deserialized to compute any necessary shape or behavior feature. + ## Bibliography TODO, if accepted