Serialized Form
-
Package io.jenetics
-
Record Class io.jenetics.AltererResult
class AltererResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
alterations
int alterations
The field for thealterations
record component. -
population
ISeq<Phenotype<G extends Gene<?,
G>, C extends Comparable<? super C>>> population The field for thepopulation
record component.
-
-
Class io.jenetics.BitChromosome
class BitChromosome extends Number implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_genes
io.jenetics.internal.collection.BitArray _genes
The boolean array which holds theBitGene
s. -
_p
double _p
The one's probability of the randomly generated Chromosome.
-
-
Class io.jenetics.CharacterChromosome
class CharacterChromosome extends io.jenetics.VariableChromosome<CharacterGene> implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class io.jenetics.CharacterGene
class CharacterGene extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
_allele
char _allele
-
_validCharacters
CharSeq _validCharacters
-
-
Class io.jenetics.DoubleChromosome
class DoubleChromosome extends io.jenetics.AbstractBoundedChromosome<Double,DoubleGene> implements Serializable - serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class io.jenetics.DoubleGene
class DoubleGene extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_allele
double _allele
-
_max
double _max
-
_min
double _min
-
-
Class io.jenetics.EnumGene
class EnumGene extends Object implements Serializable- serialVersionUID:
- 2L
-
Class io.jenetics.Genotype
class Genotype extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_chromosomes
ISeq<Chromosome<G extends Gene<?,
G>>> _chromosomes -
_valid
byte _valid
-
-
Class io.jenetics.IntegerChromosome
class IntegerChromosome extends io.jenetics.AbstractBoundedChromosome<Integer,IntegerGene> implements Serializable - serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class io.jenetics.IntegerGene
class IntegerGene extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_allele
int _allele
-
_max
int _max
-
_min
int _min
-
-
Class io.jenetics.LongChromosome
class LongChromosome extends io.jenetics.AbstractBoundedChromosome<Long,LongGene> implements Serializable - serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Class io.jenetics.LongGene
class LongGene extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_allele
long _allele
-
_max
long _max
-
_min
long _min
-
-
Record Class io.jenetics.MutatorResult
class MutatorResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Class io.jenetics.PermutationChromosome
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
Class io.jenetics.Phenotype
class Phenotype extends Object implements Serializable- serialVersionUID:
- 6L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
-
Package io.jenetics.engine
-
Record Class io.jenetics.engine.EvolutionDurations
class EvolutionDurations extends Record implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
evaluationDuration
Duration evaluationDuration
The field for theevaluationDuration
record component. -
evolveDuration
Duration evolveDuration
The field for theevolveDuration
record component. -
offspringAlterDuration
Duration offspringAlterDuration
The field for theoffspringAlterDuration
record component. -
offspringFilterDuration
Duration offspringFilterDuration
The field for theoffspringFilterDuration
record component. -
offspringSelectionDuration
Duration offspringSelectionDuration
The field for theoffspringSelectionDuration
record component. -
survivorFilterDuration
Duration survivorFilterDuration
The field for thesurvivorFilterDuration
record component. -
survivorsSelectionDuration
Duration survivorsSelectionDuration
The field for thesurvivorsSelectionDuration
record component.
-
-
Class io.jenetics.engine.EvolutionInit
class EvolutionInit extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.jenetics.engine.EvolutionParams
class EvolutionParams extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_alterer
Alterer<G extends Gene<?,
G>, C extends Comparable<? super C>> _alterer -
_maximalPhenotypeAge
long _maximalPhenotypeAge
-
_offspringFraction
double _offspringFraction
-
_offspringSelector
Selector<G extends Gene<?,
G>, C extends Comparable<? super C>> _offspringSelector -
_populationSize
int _populationSize
-
_survivorsSelector
Selector<G extends Gene<?,
G>, C extends Comparable<? super C>> _survivorsSelector
-
-
Class io.jenetics.engine.EvolutionResult
class EvolutionResult extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_alterCount
int _alterCount
-
_best
io.jenetics.internal.util.Lazy<Phenotype<G extends Gene<?,
G>, C extends Comparable<? super C>>> _best -
_dirty
boolean _dirty
-
_durations
EvolutionDurations _durations
-
_generation
long _generation
-
_invalidCount
int _invalidCount
-
_killCount
int _killCount
-
_optimize
Optimize _optimize
-
_population
ISeq<Phenotype<G extends Gene<?,
G>, C extends Comparable<? super C>>> _population -
_totalGenerations
long _totalGenerations
-
_worst
io.jenetics.internal.util.Lazy<Phenotype<G extends Gene<?,
G>, C extends Comparable<? super C>>> _worst
-
-
Class io.jenetics.engine.EvolutionStart
class EvolutionStart extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
-
Package io.jenetics.ext
-
Class io.jenetics.ext.AbstractTreeGene
class AbstractTreeGene extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.jenetics.ext.BigIntegerChromosome
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_max
BigInteger _max
-
_min
BigInteger _min
-
-
Class io.jenetics.ext.BigIntegerGene
class BigIntegerGene extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_max
BigInteger _max
-
_min
BigInteger _min
-
_value
BigInteger _value
-
-
-
Package io.jenetics.ext.rewriting
-
Class io.jenetics.ext.rewriting.TreePattern
class TreePattern extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_pattern
TreeNode<TreePattern.Decl<V>> _pattern
-
_vars
SortedSet<TreePattern.Var<V>> _vars
-
-
Record Class io.jenetics.ext.rewriting.TreePattern.Val
class Val extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class io.jenetics.ext.rewriting.TreePattern.Var
class Var extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
name
String name
The field for thename
record component.
-
-
Class io.jenetics.ext.rewriting.TreeRewriteRule
class TreeRewriteRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_left
TreePattern<V> _left
-
_right
TreePattern<V> _right
-
-
Class io.jenetics.ext.rewriting.TRS
class TRS extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_rules
ISeq<TreeRewriteRule<V>> _rules
-
-
-
Package io.jenetics.ext.util
-
Class io.jenetics.ext.util.FlatTreeNode
class FlatTreeNode extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_index
int _index
-
_nodes
io.jenetics.ext.util.FlatTreeNode.Nodes _nodes
-
-
Class io.jenetics.ext.util.Tree.Path
class Path extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_path
int[] _path
-
-
Class io.jenetics.ext.util.TreeNode
class TreeNode extends Object implements Serializable- serialVersionUID:
- 2L
-
-
Package io.jenetics.prog
-
Class io.jenetics.prog.ProgramChromosome
class ProgramChromosome extends AbstractTreeChromosome<Op<A>,ProgramGene<A>> implements Serializable - serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
Class io.jenetics.prog.ProgramGene
- serialVersionUID:
- 1L
-
-
Package io.jenetics.prog.op
-
Class io.jenetics.prog.op.Const
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_const
T _const
-
-
Class io.jenetics.prog.op.EphemeralConst
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
Class io.jenetics.prog.op.MathExpr
class MathExpr extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
Class io.jenetics.prog.op.Program
class Program extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.jenetics.prog.op.Var
class Var extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
_name
String _name
-
-
-
Package io.jenetics.stat
-
Record Class io.jenetics.stat.DoubleMoments
class DoubleMoments extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
count
long count
The field for thecount
record component. -
kurtosis
double kurtosis
The field for thekurtosis
record component. -
max
double max
The field for themax
record component. -
mean
double mean
The field for themean
record component. -
min
double min
The field for themin
record component. -
skewness
double skewness
The field for theskewness
record component. -
sum
double sum
The field for thesum
record component. -
variance
double variance
The field for thevariance
record component.
-
-
Record Class io.jenetics.stat.DoubleSummary
class DoubleSummary extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class io.jenetics.stat.IntMoments
class IntMoments extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
count
long count
The field for thecount
record component. -
kurtosis
double kurtosis
The field for thekurtosis
record component. -
max
int max
The field for themax
record component. -
mean
double mean
The field for themean
record component. -
min
int min
The field for themin
record component. -
skewness
double skewness
The field for theskewness
record component. -
sum
long sum
The field for thesum
record component. -
variance
double variance
The field for thevariance
record component.
-
-
Record Class io.jenetics.stat.IntSummary
class IntSummary extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class io.jenetics.stat.LongMoments
class LongMoments extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
count
long count
The field for thecount
record component. -
kurtosis
double kurtosis
The field for thekurtosis
record component. -
max
long max
The field for themax
record component. -
mean
double mean
The field for themean
record component. -
min
long min
The field for themin
record component. -
skewness
double skewness
The field for theskewness
record component. -
sum
long sum
The field for thesum
record component. -
variance
double variance
The field for thevariance
record component.
-
-
Record Class io.jenetics.stat.LongSummary
class LongSummary extends Record implements Serializable- serialVersionUID:
- 2L
-
-
Package io.jenetics.util
-
Class io.jenetics.util.CharSeq
class CharSeq extends io.jenetics.util.CharSeqBase implements Serializable- serialVersionUID:
- 2L
-
Class io.jenetics.util.DoubleRange
class DoubleRange extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_max
double _max
-
_min
double _min
-
-
Class io.jenetics.util.IntRange
class IntRange extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_max
int _max
-
_min
int _min
-
-
Class io.jenetics.util.LongRange
class LongRange extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
-
-
Serialized Fields
-
_max
long _max
-
_min
long _min
-
-
Class io.jenetics.util.NanoClock
class NanoClock extends Clock implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_zone
ZoneId _zone
-
-
Class io.jenetics.util.RandomAdapter
class RandomAdapter extends Random implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_random
RandomGenerator _random
-
-