public class Runner2<P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> extends AbstractRunner<P>
| Constructor and Description |
|---|
Runner2(Engine<G,N> engine1,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator1,
Engine<G,N> engine2,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator2,
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(Engine<G,N> engine1,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator1,
Engine<G,N> engine2,
Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator2,
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>> Runner2<P,G,N> of(Engine<G,N> engine1, Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator1, Engine<G,N> engine2, Function<? super P,Predicate<? super EvolutionResult<G,N>>> terminator2, Supplier<TrialMeter<P>> trialMeter, String[] arguments)
© 2007-2017 Franz Wilhelmstötter (2017-04-27 23:07)