Skip to content

Commit

Permalink
ready for experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 23, 2017
1 parent 05647c0 commit 347db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EA/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DECKSIZE = 40
CROSSOVER_RATE = 0.1
MUTATION_RATE = 0.2
NUMBER_OF_GENERATIONS = 20
NUMBER_OF_GENERATIONS = 500
MATCHES_PER_OPPONENT = '50' # must be string!
CARD_POOL = read_card_pool('../AER-POOL-1.txt')
CARD_POOL_SIZE = len(CARD_POOL)
Expand Down

0 comments on commit 347db43

Please sign in to comment.