Skip navigation links
A C D E F G H I J K M N O P R S T V W _ 

A

AbstractRunner<P> - Class in org.jenetics.tool.evaluation
 
AbstractRunner(Supplier<TrialMeter<P>>, int, Path) - Constructor for class org.jenetics.tool.evaluation.AbstractRunner
 
accept(Sample) - Method in class org.jenetics.tool.trial.SampleSummaryStatistics
 
add(double[]) - Method in class org.jenetics.tool.trial.DataSet
 

C

codec() - Method in class org.jenetics.tool.problem.Knapsack
 
codec() - Method in class org.jenetics.tool.problem.OnesCounting
 
combine(SampleSummaryStatistics) - Method in class org.jenetics.tool.trial.SampleSummaryStatistics
Combine two SampleSummaryStatistics statistic objects.
content() - Method in enum org.jenetics.tool.evaluation.Diagram.Template
Return the template content as string.
context() - Static method in class org.jenetics.tool.trial.jaxb
 
create(Path, Diagram.Template, Params<?>, Path, SampleSummary, SampleSummary...) - Static method in class org.jenetics.tool.evaluation.Diagram
Create a performance diagram.
create(Path, Path) - Method in class org.jenetics.tool.trial.Gnuplot
Generate the Gnuplot graph.
currentSample() - Method in class org.jenetics.tool.trial.Data
Return the current Sample object.

D

Data - Class in org.jenetics.tool.trial
This class collects a list of Sample result objects into on Data object.
DataSet - Class in org.jenetics.tool.trial
Collection of sample Data objects.
dataSize() - Method in class org.jenetics.tool.trial.Data
The number of Sample objects this Data class contains.
dataSize() - Method in class org.jenetics.tool.trial.DataSet
 
dataSize() - Method in class org.jenetics.tool.trial.TrialMeter
Return the number of test data results.
Diagram - Class in org.jenetics.tool.evaluation
Helper class for creating Gnuplot diagrams from result files.
Diagram() - Constructor for class org.jenetics.tool.evaluation.Diagram
 
Diagram.Template - Enum in org.jenetics.tool.evaluation
The available Gnuplot templates.

E

ElitistSelector<G extends Gene<?,G>,C extends Comparable<? super C>> - Class in org.jenetics.tool
 
ElitistSelector() - Constructor for class org.jenetics.tool.ElitistSelector
 
engines - Class in org.jenetics.tool.evaluation
Definition of commonly used testing Engine objects.
Env - Class in org.jenetics.tool.trial
Represents the collected runtime information.
equals(Object) - Method in class org.jenetics.tool.problem.Knapsack.Item
 
equals(Object) - Method in class org.jenetics.tool.trial.Data
 
equals(Object) - Method in class org.jenetics.tool.trial.Env
 
equals(Object) - Method in class org.jenetics.tool.trial.Params
 
equals(Object) - Method in class org.jenetics.tool.trial.Sample
 
equals(Object) - Method in class org.jenetics.tool.trial.SampleSummary
 
equals(Object) - Method in class org.jenetics.tool.trial.SampleSummaryPoint
 

F

fitness(P) - Method in class org.jenetics.tool.evaluation.AbstractRunner
 
fitness(P) - Method in class org.jenetics.tool.evaluation.Runner
 
fitness(P) - Method in class org.jenetics.tool.evaluation.Runner2
 
fitness() - Method in class org.jenetics.tool.problem.Knapsack
 
fitness() - Method in class org.jenetics.tool.problem.OnesCounting
 

G

get(String) - Method in class org.jenetics.tool.trial.DataSet
 
get(int) - Method in class org.jenetics.tool.trial.Params
Return the parameter with the given index.
get(int) - Method in class org.jenetics.tool.trial.Sample
Return the slot value at the given position.
getData(String) - Method in class org.jenetics.tool.trial.TrialMeter
Return the test data with the given name
getDataSet() - Method in class org.jenetics.tool.trial.TrialMeter
Return the current trail DataSet.
getDescription() - Method in class org.jenetics.tool.trial.TrialMeter
Return the optional description string.
getEnv() - Method in class org.jenetics.tool.trial.TrialMeter
The trial meter environment information.
getHigh() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
Return the 75-percentile
getJavaRuntimeName() - Method in class org.jenetics.tool.trial.Env
The Java runtime name.
getJavaRuntimeVersion() - Method in class org.jenetics.tool.trial.Env
The Java runtime version.
getJavaVersion() - Method in class org.jenetics.tool.trial.Env
The Java version.
getJavaVMName() - Method in class org.jenetics.tool.trial.Env
The Java VM name.
getJavaVMVersion() - Method in class org.jenetics.tool.trial.Env
Return the Java VM version.
getKurtosis() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The kurtosis value.
getLow() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The 25-percentile
getMax() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The maximum value.
getMean() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The mean value.
getMedian() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The median value.
getMin() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The minimum value.
getMoments() - Method in class org.jenetics.tool.trial.SampleSummaryStatistics
Return the raw DoubleMomentStatistics objects.
getName() - Method in enum org.jenetics.tool.evaluation.Diagram.Template
 
getName() - Method in class org.jenetics.tool.trial.Data
Return the name of the sample Data collections.
getName() - Method in class org.jenetics.tool.trial.Params
Return the name of the parameter collection.
getName() - Method in class org.jenetics.tool.trial.TrialMeter
 
getOSArch() - Method in class org.jenetics.tool.trial.Env
The OS architecture.
getOSName() - Method in class org.jenetics.tool.trial.Env
The OS name.
getOSVersion() - Method in class org.jenetics.tool.trial.Env
The OS version.
getParams() - Method in class org.jenetics.tool.trial.TrialMeter
Return the testing parameters.
getPoints() - Method in class org.jenetics.tool.trial.SampleSummary
Return the summary points.
getQuantiles() - Method in class org.jenetics.tool.trial.SampleSummaryStatistics
Return the quantile object.
getSize() - Method in class org.jenetics.tool.problem.Knapsack.Item
Return the item size.
getSkewness() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The skewness value.
getValue() - Method in class org.jenetics.tool.problem.Knapsack.Item
Return the item value.
getVariance() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
The variance value.
Gnuplot - Class in org.jenetics.tool.trial
Helper class for creating Gnuplot graphs.
Gnuplot(Path) - Constructor for class org.jenetics.tool.trial.Gnuplot
Create a new Gnuplot object with the given template path.

H

hashCode() - Method in class org.jenetics.tool.problem.Knapsack.Item
 
hashCode() - Method in class org.jenetics.tool.trial.Data
 
hashCode() - Method in class org.jenetics.tool.trial.Env
 
hashCode() - Method in class org.jenetics.tool.trial.Params
 
hashCode() - Method in class org.jenetics.tool.trial.Sample
 
hashCode() - Method in class org.jenetics.tool.trial.SampleSummary
 
hashCode() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
 

I

info(String, Object...) - Static method in class org.jenetics.tool.trial.Trial
 
IO - Class in org.jenetics.tool.trial
 
IO() - Constructor for class org.jenetics.tool.trial.IO
 
isFull() - Method in class org.jenetics.tool.trial.Sample
Test whether all sample slots are occupied.
iterator() - Method in class org.jenetics.tool.trial.Params
 

J

JAXB - Class in org.jenetics.tool
 
JAXB() - Constructor for class org.jenetics.tool.JAXB
 
jaxb - Class in org.jenetics.tool.trial
 
join() - Method in class org.jenetics.tool.evaluation.AbstractRunner
 

K

KNAPSACK - Static variable in class org.jenetics.tool.evaluation.engines
The test Knapsack Engine used for the evolution performance tests.
KNAPSACK(int) - Static method in class org.jenetics.tool.evaluation.engines
 
knapsack(Random) - Static method in class org.jenetics.tool.evaluation.engines
 
knapsack(int, Random) - Static method in class org.jenetics.tool.evaluation.engines
Create a new Engine for solving the Knapsack problem.
Knapsack - Class in org.jenetics.tool.problem
Canonical definition of the Knapsack problem.
Knapsack(ISeq<Knapsack.Item>, double) - Constructor for class org.jenetics.tool.problem.Knapsack
Create a new Knapsack definition with the given
Knapsack.Item - Class in org.jenetics.tool.problem
This class represents a knapsack item with the specific size and value.
KnapsackExecutionTime - Class in org.jenetics.tool.evaluation
 
KnapsackExecutionTime() - Constructor for class org.jenetics.tool.evaluation.KnapsackExecutionTime
 
KnapsackFitnessConvergence - Class in org.jenetics.tool.evaluation
 
KnapsackFitnessConvergence() - Constructor for class org.jenetics.tool.evaluation.KnapsackFitnessConvergence
 
KnapsackFitnessThreshold - Class in org.jenetics.tool.evaluation
 
KnapsackFitnessThreshold() - Constructor for class org.jenetics.tool.evaluation.KnapsackFitnessThreshold
 
KnapsackFixedGeneration - Class in org.jenetics.tool.evaluation
 
KnapsackFixedGeneration() - Constructor for class org.jenetics.tool.evaluation.KnapsackFixedGeneration
 
KnapsackGenerationPopulationSize - Class in org.jenetics.tool.evaluation
 
KnapsackGenerationPopulationSize() - Constructor for class org.jenetics.tool.evaluation.KnapsackGenerationPopulationSize
 
KnapsackPopulationSize - Class in org.jenetics.tool.evaluation
 
KnapsackPopulationSize() - Constructor for class org.jenetics.tool.evaluation.KnapsackPopulationSize
 
KnapsackSelectorComparison - Class in org.jenetics.tool.evaluation
 
KnapsackSelectorComparison() - Constructor for class org.jenetics.tool.evaluation.KnapsackSelectorComparison
 
KnapsackSteadyFitness - Class in org.jenetics.tool.evaluation
 
KnapsackSteadyFitness() - Constructor for class org.jenetics.tool.evaluation.KnapsackSteadyFitness
 

M

main(String[]) - Static method in class org.jenetics.tool.evaluation.Diagram
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackExecutionTime
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackFitnessConvergence
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackFitnessThreshold
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackFixedGeneration
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackGenerationPopulationSize
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackPopulationSize
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackSelectorComparison
 
main(String[]) - Static method in class org.jenetics.tool.evaluation.KnapsackSteadyFitness
 
main(String[]) - Static method in class org.jenetics.tool.JAXB
 
main(String[]) - Static method in class org.jenetics.tool.problem.OnesCounting
 
main(String[]) - Static method in class org.jenetics.tool.problem.TSM
 
main(String[]) - Static method in class org.jenetics.tool.trial.Gnuplot
 

N

NaN - Static variable in class org.jenetics.tool.trial.SampleSummaryPoint
Constant with all values set to Double.NaN.
newSample() - Method in class org.jenetics.tool.trial.Sample
Create a new Sample object, with all slots available, with the same size as this one.
nextIndex() - Method in class org.jenetics.tool.trial.Sample
Return the index of the next free double slot.
nextParamIndex() - Method in class org.jenetics.tool.trial.Data
Return the index of the next parameter index to calculate.
nextParamIndex() - Method in class org.jenetics.tool.trial.DataSet
 

O

of(Function<? super P, Engine<G, N>>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Supplier<TrialMeter<P>>, String[]) - Static method in class org.jenetics.tool.evaluation.Runner
 
of(Engine<G, N>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Engine<G, N>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Supplier<TrialMeter<P>>, String[]) - Static method in class org.jenetics.tool.evaluation.Runner2
 
of(double, double) - Static method in class org.jenetics.tool.problem.Knapsack.Item
Return a new knapsack Item with the given size and value.
of(int, Random) - Static method in class org.jenetics.tool.problem.Knapsack
Factory method for creating same Knapsack problems for testing purpose.
of(String, List<Sample>) - Static method in class org.jenetics.tool.trial.Data
Create a new Data object with the given parameters.
of(String, int) - Static method in class org.jenetics.tool.trial.Data
Return a new Data object with the given name and the given number of parameters.
of(int, String...) - Static method in class org.jenetics.tool.trial.DataSet
Create a new DataSet object with the given number of parameters and the data set names.
of(String, String, String, String, String, String, String, String) - Static method in class org.jenetics.tool.trial.Env
Return a new Env object with the given parameters.
of() - Static method in class org.jenetics.tool.trial.Env
Return the current environment values.
of(String, ISeq<T>) - Static method in class org.jenetics.tool.trial.Params
Return a new parameters object.
of(double[]) - Static method in class org.jenetics.tool.trial.Sample
Create a new Sample object with the values.
of(int) - Static method in class org.jenetics.tool.trial.Sample
Create a new Sample object of the given length.
of(ISeq<SampleSummaryPoint>) - Static method in class org.jenetics.tool.trial.SampleSummary
Create a new SampleSummary object from the given sample points.
of(SampleSummaryStatistics) - Static method in class org.jenetics.tool.trial.SampleSummary
Return a new SampleSummary for the given SampleSummaryStatistics.
of(double, double, double, double, double, double, double, double, double) - Static method in class org.jenetics.tool.trial.SampleSummaryPoint
Create a new SampleSummaryPoint from the given values.
of(String, String, Params<T>, String...) - Static method in class org.jenetics.tool.trial.TrialMeter
Return a new trial measure environment.
of(String, String, Env, Params<T>, String...) - Static method in class org.jenetics.tool.trial.TrialMeter
Return a new trial measure environment.
of(A, B) - Static method in class org.jenetics.tool.trial.Tuple2
 
OnesCounting - Class in org.jenetics.tool.problem
Full Ones-Counting example.
OnesCounting(int, double) - Constructor for class org.jenetics.tool.problem.OnesCounting
Create a new Ones-Counting example with the given parameters.
org.jenetics.tool - package org.jenetics.tool
 
org.jenetics.tool.evaluation - package org.jenetics.tool.evaluation
 
org.jenetics.tool.problem - package org.jenetics.tool.problem
 
org.jenetics.tool.trial - package org.jenetics.tool.trial
 

P

parameterCount() - Method in class org.jenetics.tool.trial.SampleSummary
Return the number of SampleSummaryPoint this summary, one for every parameter.
Params<T> - Class in org.jenetics.tool.trial
Collection of parameters the function under test is tested with.

R

random(Random) - Static method in class org.jenetics.tool.problem.Knapsack.Item
Create a new random knapsack item for testing purpose.
read(InputStream) - Static method in class org.jenetics.tool.trial.TrialMeter
Read existing TrialMeter (intermediate) results from the given input stream.
read(Path) - Static method in class org.jenetics.tool.trial.TrialMeter
Read existing TrialMeter (intermediate) results from the given path.
run() - Method in class org.jenetics.tool.trial.Trial
 
Runner<P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> - Class in org.jenetics.tool.evaluation
 
Runner(Function<? super P, Engine<G, N>>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Supplier<TrialMeter<P>>, int, Path) - Constructor for class org.jenetics.tool.evaluation.Runner
 
Runner2<P,G extends Gene<?,G>,N extends Number & Comparable<? super N>> - Class in org.jenetics.tool.evaluation
 
Runner2(Engine<G, N>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Engine<G, N>, Function<? super P, Predicate<? super EvolutionResult<G, N>>>, Supplier<TrialMeter<P>>, int, Path) - Constructor for class org.jenetics.tool.evaluation.Runner2
 

S

Sample - Class in org.jenetics.tool.trial
The sample class contains the results of one test run of all parameters.
sample(Function<T, double[]>) - Method in class org.jenetics.tool.trial.TrialMeter
Calculates the test values for all parameters.
sampleSize() - Method in class org.jenetics.tool.trial.Data
The number of values of an Sample object.
SampleSummary - Class in org.jenetics.tool.trial
Summary of a given set of Sample objects.
SampleSummaryPoint - Class in org.jenetics.tool.trial
Represents a point of the sample summary.
SampleSummaryStatistics - Class in org.jenetics.tool.trial
A state object for collecting statistics such as count, min, max, sum, mean, variance, skewness and kurtosis.
SampleSummaryStatistics(int) - Constructor for class org.jenetics.tool.trial.SampleSummaryStatistics
Create a new statistics object with the given expected parameter count of the accepted samples.
select(Population<G, C>, int, Optimize) - Method in class org.jenetics.tool.ElitistSelector
 
setEnv(String, String) - Method in class org.jenetics.tool.trial.Gnuplot
Set an environment value.
setEnv(Map<String, String>) - Method in class org.jenetics.tool.trial.Gnuplot
 
size() - Method in class org.jenetics.tool.trial.Params
Return the number of parameters this collection contains.
size() - Method in class org.jenetics.tool.trial.Sample
Return the number of double slots the Sample class stores.
start() - Method in class org.jenetics.tool.evaluation.AbstractRunner
 
stream() - Method in class org.jenetics.tool.trial.Params
Return the parameter values as stream.
stream() - Method in class org.jenetics.tool.trial.Sample
Returns a sequential DoubleStream with the slot values of this Sample object.
stream() - Method in class org.jenetics.tool.trial.SampleSummary
Return the summary points as Stream.
summary() - Method in class org.jenetics.tool.trial.Data
Calculate the sample summary of this data object.

T

toArray() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
Return the double values of this point as array in the following order: mean variance skewness kurtosis median low (25-percentile) high (75-percentile) min max
toSampleStatistics(int) - Static method in class org.jenetics.tool.trial.SampleSummaryStatistics
Return a Collector which applies an double-producing mapping function to each input element, and returns moments-statistics for the resulting values.
toSampleSummary(int) - Static method in class org.jenetics.tool.trial.SampleSummary
Return a Collector for creating a SampleSummary object.
toString() - Method in class org.jenetics.tool.problem.Knapsack.Item
 
toString() - Method in class org.jenetics.tool.trial.Data
 
toString() - Method in class org.jenetics.tool.trial.Env
 
toString() - Method in class org.jenetics.tool.trial.Params
 
toString() - Method in class org.jenetics.tool.trial.Sample
 
toString() - Method in class org.jenetics.tool.trial.SampleSummaryPoint
 
toString() - Method in class org.jenetics.tool.trial.TrialMeter
 
toString() - Method in class org.jenetics.tool.trial.Tuple2
 
toSum() - Static method in class org.jenetics.tool.problem.Knapsack.Item
Return a Collector, which sums the size and value of knapsack items.
toText(InputStream) - Static method in class org.jenetics.tool.trial.IO
 
Trial<T> - Class in org.jenetics.tool.trial
 
Trial(Function<T, double[]>, Supplier<TrialMeter<T>>, Predicate<Integer>, Path) - Constructor for class org.jenetics.tool.trial.Trial
 
TrialMeter<T> - Class in org.jenetics.tool.trial
Represents an function testing measurement environment.
TSM - Class in org.jenetics.tool.problem
 
TSM() - Constructor for class org.jenetics.tool.problem.TSM
 
Tuple2<A,B> - Class in org.jenetics.tool.trial
 

V

valueOf(String) - Static method in enum org.jenetics.tool.evaluation.Diagram.Template
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenetics.tool.evaluation.Diagram.Template
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jenetics.tool.trial.DataSet
 
values() - Method in class org.jenetics.tool.trial.Params
Return the parameter values.
values() - Method in class org.jenetics.tool.trial.Sample
Return the sample double values (slots).

W

write(String, Path) - Static method in class org.jenetics.tool.trial.IO
 
write(OutputStream) - Method in class org.jenetics.tool.trial.TrialMeter
Writes the current TrialMeter object (the calculated samples + the parameters) to the given output stream.
write(Path) - Method in class org.jenetics.tool.trial.TrialMeter
Writes the current TrialMeter object (the calculated samples + the parameters) to the given path.

_

_1 - Variable in class org.jenetics.tool.trial.Tuple2
 
_2 - Variable in class org.jenetics.tool.trial.Tuple2
 
A C D E F G H I J K M N O P R S T V W _ 
Skip navigation links

© 2007-2017 Franz Wilhelmstötter  (2017-04-27 23:07)