Gave a directory for the src folder
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user