Added GA documentation
This commit is contained in:
parent
04370fb98c
commit
89eb557a2d
@ -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'))
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user