Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BenchTest = And( func(m Model) { seed() }, MaxIterations(2000), TrackBest, Samples(100), LearningSamples(10), BaseValue(0.5), SelectionMethod(selection.DeterministicTournament{4, 1}), TrackFitnessRuns(true), TrackTime, MutationRate(.15), FMutator( mut.And( mut.Or( mut.Or(mut.Add(.1), mut.Add(-.1), .5), mut.DropOut(0.5), .99), floatrange.NewLinear(0.0, 1.0).EnforceRange)))
BenchTest is a set of Options each benchmark test should go through to guarantee that different methods are compared to eachother fairly.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.