diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-12 12:46:35 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-12 12:46:35 -0700 |
commit | 7c34c1421655f2bdabb85bd65ef7c9ca0496bf9a (patch) | |
tree | e2e532615f3b822797c4dc97e0c8ca53eb9216d8 | |
parent | cda264f0b42e291f1c2727c686bfb05b86089996 (diff) |
begin work on evaluator
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ import random import time start_time = time.time() -CHORD_LENGTH = 100 +CHORD_LENGTH = 140 SEMI_SPAN = 200 POP_SIZE = 1 |