diff options
| author | Marius Peter <blendoit@gmail.com> | 2019-06-11 15:07:46 -0700 |
|---|---|---|
| committer | Marius Peter <blendoit@gmail.com> | 2019-06-11 15:07:46 -0700 |
| commit | f38129778f2d0125914af34432c43c97db359377 (patch) | |
| tree | 9ac6bdf1a8eedcb024588c968da45006bd3eb4a6 | |
| parent | 1ffabed058cfe7fba5e2bc032b864da5b2f7ca16 (diff) | |
reconfigure atom after upgrade
| -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 = 120 SEMI_SPAN = 200 POP_SIZE = 1 |