summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-11 23:17:20 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-11 23:17:20 -0700
commitde1ec9a5fafae98fa1168223a78453e819840c0f (patch)
tree96802eb24dc898f9a1126225f34545f45edfd924
parent789a7bc926d498d881bae7be8f36caceec8f1558 (diff)
stringer number
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 84f9d17..a2dbd94 100644
--- a/main.py
+++ b/main.py
@@ -21,7 +21,7 @@ import random
import time
start_time = time.time()
-CHORD_LENGTH = 100
+CHORD_LENGTH = 1000
SEMI_SPAN = 200
POP_SIZE = 1
@@ -50,7 +50,7 @@ def main():
# Create stringer instance
af.stringer = creator.Stringer()
# Define the stringer coordinates from their amount
- af.stringer.add(af.coord, af.spar.coord, 10, 7, 5, 6)
+ af.stringer.add(af.coord, af.spar.coord, 4, 7, 5, 6)
# Print coordinates of af.stringer to terminal
af.stringer.print_coord(2)
Copyright 2019--2024 Marius PETER