Added TODO
This commit is contained in:
parent
9484a05dd5
commit
b89822a658
@ -26,6 +26,7 @@ def geneticAlgorithm(map, iter, solutions):
|
||||
for player in population:
|
||||
fitness.append(doSimulation(player, map))
|
||||
|
||||
# TODO: Parents selection, mating, offspring
|
||||
|
||||
def doSimulation(weights, map):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user