From a600e1d5bf58ddf508ee254b5ef0a3da2f264078 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Tue, 26 Jan 2021 20:43:01 -0600 Subject: [PATCH] Design --- src/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/README.md b/src/README.md index ccb44ef..0be1818 100644 --- a/src/README.md +++ b/src/README.md @@ -1,25 +1,25 @@ -### To run from the downloaded source code +### ----- To run from the downloaded source code ----- run.py -#### Main functionality files +#### ----- Main functionality files ----- EasyGA.py attributes.py -#### Decorators used to simply code +#### ----- Decorators used to simply code ----- decorators.py -#### Genetic Algorithm process +#### ----- Genetic Algorithm process ----- crossover/ mutation/ parent/ survivor/ termination/ -#### Building blocks +#### ----- Building blocks ----- structure/ -#### Fitness functions +#### ----- Fitness functions ----- fitness_examples/ -#### Testing +#### ----- Testing ----- test_EasyGA.py