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 28, 2017
1 parent 7ec00fa commit 64aa10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EA/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

POPSIZE = 10
DECKSIZE = 40
CROSSOVER_RATE = 0.5
CROSSOVER_RATE = 0.7
MUTATION_RATE = 0.2
NUMBER_OF_GENERATIONS = 200
MATCHES_PER_OPPONENT = '50' # must be string!
CARD_POOL = read_card_pool('../AER-POOL-1.txt')
CARD_POOL = read_card_pool('../AER-pool-2.txt')
CARD_POOL_SIZE = len(CARD_POOL)
CARD_DIRECTORY = config.CARD_DIR
FORGE_PATH = config.FORGE_DIR
Expand Down

0 comments on commit 64aa10b

Please sign in to comment.