Design
This commit is contained in:
@ -1,25 +1,25 @@
|
|||||||
### To run from the downloaded source code
|
### ----- To run from the downloaded source code -----
|
||||||
run.py
|
run.py
|
||||||
|
|
||||||
#### Main functionality files
|
#### ----- Main functionality files -----
|
||||||
EasyGA.py
|
EasyGA.py
|
||||||
attributes.py
|
attributes.py
|
||||||
|
|
||||||
#### Decorators used to simply code
|
#### ----- Decorators used to simply code -----
|
||||||
decorators.py
|
decorators.py
|
||||||
|
|
||||||
#### Genetic Algorithm process
|
#### ----- Genetic Algorithm process -----
|
||||||
crossover/
|
crossover/
|
||||||
mutation/
|
mutation/
|
||||||
parent/
|
parent/
|
||||||
survivor/
|
survivor/
|
||||||
termination/
|
termination/
|
||||||
|
|
||||||
#### Building blocks
|
#### ----- Building blocks -----
|
||||||
structure/
|
structure/
|
||||||
|
|
||||||
#### Fitness functions
|
#### ----- Fitness functions -----
|
||||||
fitness_examples/
|
fitness_examples/
|
||||||
|
|
||||||
#### Testing
|
#### ----- Testing -----
|
||||||
test_EasyGA.py
|
test_EasyGA.py
|
||||||
|
|||||||
Reference in New Issue
Block a user