Changeset 543


Ignore:
Timestamp:
07/27/16 20:08:33 (8 years ago)
Author:
Maciej Komosinski
Message:

Improved description

File:
1 edited

Legend:

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

    r542 r543  
    2929        Simulator.print("Optimization ends, best: %g (x%g) %s" % best.fit % best.instances % best.genotype);
    3030       
    31         // Now, since we have indeterminism (default.sim used: random initialization of neural states and random placement of creatures),
     31        // Now, since we have indeterminism (default settings used: random initialization of neural states and random placement of creatures),
    3232        // we cannot trust fitness values that have not been confirmed (averaged) during multiple evaluations.
    33         // So we start another phase where we wait until the single best genotype is evaluated at least min_evaluations times.
     33        // So we start another phase where we keep evaluating until the single best genotype is evaluated at least min_evaluations times.
    3434        // No new genotypes are introduced in this phase.
    3535        UserScripts.script_Find_best_genotype_on_average_args(min_evaluations,"best_%g_%u.expt" % gravity % int(Math.time));
Note: See TracChangeset for help on using the changeset viewer.