Ignore:
Timestamp:
03/25/16 17:44:20 (8 years ago)
Author:
sz
Message:

experiment scripts updated to match the upcoming Framsticks version (ExpParams? ==> ExpProperties?, Fields ==> NeuroProperties?, prop: ==> property)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/evolve-speed-vs-gravity/data/scripts/evolve-speed-vs-gravity.script

    r461 r480  
    88        World.wrldg=gravity;
    99        Populations[0].perfperiod=100000; //fitness: velocity serves as distance (because sampling period is longer than lifespan)
    10         ExpParams.initialgen="XX[|,1:1][N,1:1,2:1][T][G]";
     10        ExpProperties.initialgen="XX[|,1:1][N,1:1,2:1][T][G]";
    1111       
    1212        //custom fitness function: velocity minus small penalty for complexity (high number of parts, joints, neurons, connections)
Note: See TracChangeset for help on using the changeset viewer.