From bcf2d50cf6850b2519a1413ccb89c5169ab3ed8a Mon Sep 17 00:00:00 2001 From: KRM7 <70973547+KRM7@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:32:10 +0200 Subject: [PATCH] Create fitness-functions.md --- docs/fitness-functions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/fitness-functions.md b/docs/fitness-functions.md index a5d4c13a..30b7f02d 100644 --- a/docs/fitness-functions.md +++ b/docs/fitness-functions.md @@ -77,6 +77,11 @@ template class FitnessFunction; ``` +By default, the chromosome length is assumed to be constant - +ie. all of the solutions will have the same chromosome length +which will not change throughout the run - but there is also a +way to use variable chromosome lengths. + ### Number of objectives The number of objectives is another important property of the