From 9b78f4aa1b47f62e03d7d43f7c008ad3a0f7667c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 Jan 2020 15:31:19 -0800 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index c4902b8d..3f1b9461 100644 --- a/train.py +++ b/train.py @@ -459,7 +459,7 @@ if __name__ == '__main__': x = (x * w.reshape(n, 1)).sum(0) / w.sum() # weighted combination # Mutate - method, mp, s = 3, 0.9, 0.1 # method, mutation probability, sigma + method, mp, s = 3, 0.9, 0.2 # method, mutation probability, sigma npr = np.random npr.seed(int(time.time())) g = np.array([1, 1, 1, 1, 1, 1, 1, 0, .1, 1, 0, 1, 1, 1, 1, 1, 1, 1]) # gains