Changeset 1092
- Timestamp:
- 02/24/21 13:41:50 (4 years ago)
- Location:
- framspy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/FramsticksCLI.py
r1087 r1092 36 36 GETSIMPLEST_CMD = "getsimplest" 37 37 GETSIMPLEST_FILE = "simplest.gen" 38 EVALUATE_CMD = "evaluate eval-allcriteria.sim" 38 EVALUATE_CMD = "evaluate eval-allcriteria.sim" # the .sim file must be compatible with the standard-eval expdef 39 39 EVALUATE_FILE = "genos_eval.json" 40 40 CROSSOVER_CMD = "crossover" -
framspy/frams-test.py
r1089 r1092 59 59 print("Now water level is", frams.World.wrldwat) 60 60 61 initial_genotype = 'X(X,RX(X[T],X[G]))' # simple body with gyroscope and touchsensors61 initial_genotype = 'X(X,RX(X[T],X[G]))' # simple body with touch and gyroscope sensors 62 62 print("Let's perform a few simulation steps of the initial genotype:", initial_genotype) 63 63 frams.ExpProperties.initialgen = initial_genotype
Note: See TracChangeset
for help on using the changeset viewer.