diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-11 15:14:19 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-11 15:14:19 -0700 |
commit | f7cc48a4c9193eea3135bcb7a5f5db5b5a676916 (patch) | |
tree | 5d6e493a121b8eec3b1dfd852e59456230e7efed | |
parent | f38129778f2d0125914af34432c43c97db359377 (diff) |
atom reconfigure
-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 = 120 +CHORD_LENGTH = 100 SEMI_SPAN = 200 POP_SIZE = 1 |