public class Runner<P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> extends AbstractRunner<P>
| Constructor and Description |
|---|
Runner(Function<? super P,Engine<G,N>> engine,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator,
Supplier<TrialMeter<P>> trialMeter,
int sampleCount,
Path resultPath) |
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
fitness(P param) |
static <P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> |
of(Function<? super P,Engine<G,N>> engine,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator,
Supplier<TrialMeter<P>> trialMeter,
String[] arguments) |
join, startprotected double[] fitness(P param)
fitness in class AbstractRunner<P>public static <P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> Runner<P,G,N> of(Function<? super P,Engine<G,N>> engine, Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator, Supplier<TrialMeter<P>> trialMeter, String[] arguments)
© 2007-2017 Franz Wilhelmstötter (2017-04-27 23:07)