Changeset 1092


Ignore:
Timestamp:
02/24/21 13:41:50 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

Location:
framspy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • framspy/FramsticksCLI.py

    r1087 r1092  
    3636        GETSIMPLEST_CMD = "getsimplest"
    3737        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
    3939        EVALUATE_FILE = "genos_eval.json"
    4040        CROSSOVER_CMD = "crossover"
  • framspy/frams-test.py

    r1089 r1092  
    5959print("Now water level is", frams.World.wrldwat)
    6060
    61 initial_genotype = 'X(X,RX(X[T],X[G]))'  # simple body with gyroscope and touch sensors
     61initial_genotype = 'X(X,RX(X[T],X[G]))'  # simple body with touch and gyroscope sensors
    6262print("Let's perform a few simulation steps of the initial genotype:", initial_genotype)
    6363frams.ExpProperties.initialgen = initial_genotype
Note: See TracChangeset for help on using the changeset viewer.