From 347db4323caeefe5521c0a916702be4ae25f619d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sverre=20Johann=20Bj=C3=B8rke?= Date: Thu, 23 Mar 2017 17:14:06 +0100 Subject: [PATCH] ready for experiment --- EA/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EA/constants.py b/EA/constants.py index d7c3fdb..43b47cf 100644 --- a/EA/constants.py +++ b/EA/constants.py @@ -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)