Skip to content

Commit

Permalink
ready for long run
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 21, 2017
1 parent dd5d8b3 commit db8ae34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EA/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
DECKSIZE = 40
CROSSOVER_RATE = 0.1
MUTATION_RATE = 0.2
NUMBER_OF_GENERATIONS = 1
MATCHES_PER_OPPONENT = '1' # must be string!
NUMBER_OF_GENERATIONS = 200
MATCHES_PER_OPPONENT = '50' # must be string!
CARD_POOL = read_card_pool('../AER-POOL-1.txt')
CARD_POOL_SIZE = len(CARD_POOL)
CARD_DIRECTORY = config.CARD_DIR
FORGE_PATH = config.FORGE_DIR
DECKLIST_HEADER = '[metadata]\nName=candidate\n[Main]\n'
OPPONENTS = ["GB-sealed-opponent.dck"]
# OPPONENTS = ["GB-sealed-opponent.dck", "UWg-sealed-opponent.dck", "UW-sealed-opponent.dck", "BGw-sealed-opponent.dck"]
# OPPONENTS = ["GB-sealed-opponent.dck"]
OPPONENTS = ["GB-sealed-opponent.dck", "UWg-sealed-opponent.dck", "UW-sealed-opponent.dck", "BGw-sealed-opponent.dck"]
EXPERIMENT_TIMESTAMP = datetime.datetime.now().strftime("%d%m%H%M")
EXPERIMENT_FOLDER = "results/" + EXPERIMENT_TIMESTAMP
CARDS = read_cards_json()
# CARDS = read_cards_json()

0 comments on commit db8ae34

Please sign in to comment.