Skip to content

Commit

Permalink
running new experiment with 0.5 pMUT
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Apr 3, 2017
1 parent 64aa10b commit 1c49751
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion EA/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
POPSIZE = 10
DECKSIZE = 40
CROSSOVER_RATE = 0.7
MUTATION_RATE = 0.2
MUTATION_RATE = 0.5
NUMBER_OF_GENERATIONS = 200
MATCHES_PER_OPPONENT = '50' # must be string!
CARD_POOL = read_card_pool('../AER-pool-2.txt')
Expand Down
1 change: 0 additions & 1 deletion EA/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ def main():
except Exception as e:
print("Unexpected error:\n{}".format(e))
send_mail(['[email protected]', '[email protected]'], "The program has crashed:\n{}".format(e))

0 comments on commit 1c49751

Please sign in to comment.