Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoxd13 authored Oct 7, 2017
1 parent 94a26e2 commit 6d9f2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():
gameState = jogo.jogar(geracao.individuos[i], vel_jogo, scoreMax = 200000, jogoRapido = False)

print(gameState)
[230, [66, 5, 0, 0], 3470, False]

geracao.individuos[i].fitness(gameState)
geracao.selecao(1)

Expand All @@ -33,4 +33,4 @@ def main():
return(geracao)


gen = main()
gen = main()

0 comments on commit 6d9f2ff

Please sign in to comment.