Changeset 543 for experiments/frams/evolve-speed-vs-gravity
- Timestamp:
- 07/27/16 20:08:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/evolve-speed-vs-gravity/data/scripts/evolve-speed-vs-gravity.script
r542 r543 29 29 Simulator.print("Optimization ends, best: %g (x%g) %s" % best.fit % best.instances % best.genotype); 30 30 31 // Now, since we have indeterminism (default .simused: 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), 32 32 // we cannot trust fitness values that have not been confirmed (averaged) during multiple evaluations. 33 // So we start another phase where we waituntil 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. 34 34 // No new genotypes are introduced in this phase. 35 35 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.