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