Added GA documentation

This commit is contained in:
Marcin Kostrzewski 2020-05-17 11:29:35 +02:00
parent 04370fb98c
commit 89eb557a2d
2 changed files with 28 additions and 0 deletions

View File

@ -17,6 +17,7 @@ sys.path.insert(0, os.path.abspath('..'))
# Path to modules
sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../src/AI'))
sys.path.insert(0, os.path.abspath('../src/AI/resultsExplorer'))
sys.path.insert(0, os.path.abspath('../src/game'))
sys.path.insert(0, os.path.abspath('../src/entities'))
sys.path.insert(0, os.path.abspath('../src/ui'))

View File

@ -12,3 +12,30 @@ A* algorhithm
:special-members: __init__
:members:
:undoc-members:
Genetic Algorhithm
******************
.. automodule:: GA
:members:
:undoc-members:
Affinities
##########
.. automodule:: Affinities
:members:
:undoc-members:
Threading module for GA
#######################
.. automodule:: ThreadedSimulation
:members:
:undoc-members:
ResultsExplorer
***************
.. automodule:: resultsExplorer
:members:
:undoc-members: