Overview
Package
Class
Tree
Deprecated
Index
Help
JGAP
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
examples
,
examples.audit
,
examples.chromInit
,
examples.config
,
examples.distinctGenes
,
examples.dynamicMutation
,
examples.energy
,
examples.gp
,
examples.grid
,
examples.knapsack
,
examples.multiobjective
,
examples.salesman
,
examples.simpleBoolean
,
examples.supergene
,
org.jgap
,
org.jgap.audit
,
org.jgap.data
,
org.jgap.data.config
,
org.jgap.distr
,
org.jgap.eval
,
org.jgap.event
,
org.jgap.gp
,
org.jgap.gp.function
,
org.jgap.gp.impl
,
org.jgap.gp.terminal
,
org.jgap.gui
,
org.jgap.impl
,
org.jgap.impl.fitness
,
org.jgap.impl.salesman
,
org.jgap.supergenes
,
org.jgap.util
,
org.jgap.xml
Class Hierarchy
java.lang.Object
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
org.jgap.util.
LRUCache
examples.supergene.
AbstractSupergeneTest
examples.supergene.
SupergeneSample
org.jgap.
BaseChromosome
(implements org.jgap.
IChromosome
, org.jgap.
IInitializer
)
org.jgap.
Chromosome
examples.distinctGenes.
MyChromosome
org.jgap.
BaseGene
(implements org.jgap.
Gene
)
org.jgap.supergenes.
AbstractSupergene
(implements org.jgap.supergenes.
Supergene
, org.jgap.supergenes.
SupergeneValidator
)
examples.supergene.
NickelsPenniesSupergene
org.jgap.impl.
BooleanGene
org.jgap.impl.
CompositeGene
(implements org.jgap.
ICompositeGene
)
org.jgap.impl.
FixedBinaryGene
org.jgap.impl.
MapGene
org.jgap.impl.
NumberGene
org.jgap.impl.
DoubleGene
org.jgap.impl.
IntegerGene
org.jgap.impl.
SetGene
org.jgap.impl.
StringGene
org.jgap.
BaseGeneticOperator
(implements java.lang.Comparable<T>, org.jgap.
GeneticOperator
)
org.jgap.impl.
AveragingCrossoverOperator
org.jgap.impl.
CrossoverOperator
(implements java.lang.Comparable<T>)
org.jgap.impl.
GaussianMutationOperator
org.jgap.impl.
GreedyCrossover
org.jgap.impl.
InversionOperator
org.jgap.impl.
MutationOperator
(implements org.jgap.data.config.
Configurable
)
org.jgap.impl.
SwappingMutationOperator
org.jgap.impl.
TwoWayMutationOperator
org.jgap.gp.
BaseGPChromosome
(implements org.jgap.gp.
IGPChromosome
)
org.jgap.gp.impl.
ProgramChromosome
(implements org.jgap.gp.
IGPChromosome
, java.io.Serializable)
org.jgap.
BaseRateCalculator
(implements org.jgap.
IUniversalRateCalculator
)
org.jgap.impl.
DefaultCrossoverRateCalculator
org.jgap.impl.
DefaultMutationRateCalculator
org.jgap.distr.
Breeder
(implements java.lang.Runnable)
org.jgap.
BulkFitnessFunction
(implements java.io.Serializable)
org.jgap.impl.
BulkFitnessOffsetRemover
examples.multiobjective.
MultiObjectiveFitnessFunction
org.jgap.impl.
CauchyRandomGenerator
(implements org.jgap.
RandomGenerator
)
org.jgap.impl.
ChainOfSelectors
(implements java.io.Serializable)
org.jgap.util.
ChromosomeFitnessComparator
(implements java.util.Comparator<T>)
examples.chromInit.
ChromosomeInit
org.jgap.impl.
ChromosomePool
(implements org.jgap.
IChromosomePool
)
org.jgap.util.
ClassKit
examples.energy.
CoinsEnergy
examples.energy.
CoinsEnergy.EnergyGeneConstraintChecker
(implements org.jgap.
IGeneConstraintChecker
)
examples.audit.
CoinsExample
org.jgap.gp.impl.
CommandFactory
org.jgap.gp.
CommandGene
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.gp.function.
ADF
org.jgap.gp.terminal.
Argument
org.jgap.gp.function.
ForLoop
org.jgap.gp.function.
ForXLoop
org.jgap.gp.function.
If
org.jgap.gp.function.
IfElse
org.jgap.gp.function.
Loop
org.jgap.gp.
MathCommand
org.jgap.gp.function.
Add
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Add3
org.jgap.gp.function.
AddAndStore
org.jgap.gp.function.
And
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.terminal.
Constant
org.jgap.gp.function.
Cosine
org.jgap.gp.function.
Divide
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Equals
org.jgap.gp.function.
Exp
org.jgap.gp.terminal.
False
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Increment
org.jgap.gp.function.
Modulo
org.jgap.gp.function.
Multiply
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Multiply3
org.jgap.gp.terminal.
NOP
org.jgap.gp.function.
Not
org.jgap.gp.function.
Or
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Pop
org.jgap.gp.function.
Pow
org.jgap.gp.function.
Sine
org.jgap.gp.function.
Subtract
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.terminal.
True
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
Xor
org.jgap.gp.function.
Push
org.jgap.gp.function.
ReadTerminal
org.jgap.gp.function.
StoreTerminal
org.jgap.gp.function.
SubProgram
org.jgap.gp.terminal.
Terminal
(implements org.jgap.gp.
IMutateable
)
org.jgap.gp.function.
TransferMemory
org.jgap.gp.terminal.
Variable
org.jgap.util.
CommandResult
java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
java.awt.Container
java.awt.Window (implements javax.accessibility.Accessible)
java.awt.Frame (implements java.awt.MenuContainer)
javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
org.jgap.gui.
ConfigFrame
(implements org.jgap.data.config.
IConfigInfo
)
org.jgap.data.config.
ConfigData
org.jgap.data.config.
ConfigFileReader
org.jgap.gui.
ConfigFrame.ConfigListSelectionListener
(implements javax.swing.event.ListSelectionListener)
org.jgap.gui.
ConfigFrame.ListButtonListener
(implements java.awt.event.ActionListener)
org.jgap.gui.
ConfigFrame.ListGroup
org.jgap.data.config.
ConfigProperty
org.jgap.
Configuration
(implements org.jgap.data.config.
Configurable
, java.io.Serializable)
org.jgap.impl.
DefaultConfiguration
org.jgap.gp.impl.
GPConfiguration
org.jgap.audit.
PermutingConfiguration
org.jgap.data.config.
ConfigWriter
org.jgap.gp.
CrossMethod
(implements java.io.Serializable)
org.jgap.gp.impl.
BranchTypingCross
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.distr.
Culture
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.distr.
CultureMemoryCell
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.data.
DataElement
(implements org.jgap.data.
IDataElement
)
org.jgap.data.
DataElementList
(implements org.jgap.data.
IDataElementList
)
org.jgap.data.
DataElementsDocument
(implements org.jgap.data.
IDataCreators
)
org.jgap.data.
DataTreeBuilder
org.jgap.impl.
DefaultCloneHandler
(implements org.jgap.
ICloneHandler
)
org.jgap.impl.
DefaultCompareToHandler
(implements org.jgap.
ICompareToHandler
)
org.jgap.
DefaultFitnessEvaluator
(implements org.jgap.
FitnessEvaluator
)
org.jgap.gp.impl.
DefaultGPFitnessEvaluator
(implements org.jgap.gp.
IGPFitnessEvaluator
)
org.jgap.impl.
DefaultInitializer
(implements org.jgap.
IInitializer
)
org.jgap.
DeltaFitnessEvaluator
(implements org.jgap.
FitnessEvaluator
)
org.jgap.data.
DocumentBuilderBase
org.jgap.xml.
XMLDocumentBuilder
examples.dynamicMutation.
DynamicMutationExample
examples.dynamicMutation.
DynamicMutationExample.CoinsMutationRateCalc
(implements org.jgap.
IUniversalRateCalculator
)
org.jgap.audit.
Evaluator
org.jgap.audit.
Evaluator.ChromosomeData
org.jgap.audit.
Evaluator.GenotypeData
org.jgap.audit.
Evaluator.GenotypeDataAvg
org.jgap.event.
EventManager
(implements org.jgap.event.
IEventManager
)
java.util.EventObject (implements java.io.Serializable)
org.jgap.event.
GeneticEvent
examples.gp.
FibonacciNodeValidator
(implements org.jgap.gp.
INodeValidator
)
org.jgap.
FitnessFunction
(implements java.io.Serializable)
examples.supergene.
AbstractChangeFitnessFunction
examples.supergene.
SupergeneChangeFitnessFunction
examples.energy.
CoinsEnergyFitnessFunction
examples.audit.
CoinsExampleFitnessFunction
examples.dynamicMutation.
DynamicMutationFitnessFunction
examples.knapsack.
KnapsackFitnessFunction
examples.chromInit.
MaxFunction
examples.simpleBoolean.
MaxFunction
examples.config.
MaximizingFunctionFitnessFunction
examples.
MinimizingMakeChangeFitnessFunction
org.jgap.impl.salesman.
SalesmanFitnessFunction
examples.distinctGenes.
SampleFitnessFunction
examples.grid.
SampleFitnessFunction
org.jgap.impl.fitness.
TruthTableFitnessFunction
org.jgap.gp.impl.
FitnessProportionateSelection
(implements org.jgap.gp.
INaturalGPSelector
, java.io.Serializable)
org.jgap.impl.
FittestPopulationMerger
(implements org.jgap.distr.
IPopulationMerger
)
examples.supergene.
Force
org.jgap.impl.
GaussianRandomGenerator
(implements org.jgap.
RandomGenerator
)
org.jgap.
Genotype
(implements java.lang.Runnable, java.io.Serializable)
org.jgap.distr.
DistributedGenotype
org.jgap.gp.
GPFitnessFunction
(implements java.io.Serializable)
examples.gp.
Fibonacci.FormulaFitnessFunction
examples.gp.
MathProblem.FormulaFitnessFunction
org.jgap.gp.impl.
GPGenotype
(implements java.lang.Comparable<T>, java.lang.Runnable, java.io.Serializable)
org.jgap.gp.impl.
GPPopulation
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.gp.
GPProblem
examples.gp.
Fibonacci
examples.gp.
MathProblem
org.jgap.gp.
GPProgramBase
(implements java.lang.Comparable<T>, org.jgap.gp.
IGPProgram
, java.io.Serializable)
org.jgap.gp.impl.
GPProgram
(implements java.lang.Comparable<T>, java.io.Serializable)
org.jgap.gp.impl.
GPProgramFitnessComparator
(implements java.util.Comparator<T>)
org.jgap.gui.
GUIManager
examples.grid.
JGAPAdmin
examples.grid.
JGAPClient
examples.grid.
JGAPClient.RenderingFeedback
(implements examples.grid.
MyClientFeedback
)
org.jgap.impl.
JGAPFactory
(implements org.jgap.
IJGAPFactory
)
examples.grid.
JGAPServer
JGAPTestCase
examples.supergene.
SupergeneSampleApplicationTest
org.jgap.gp.impl.
JGAPTreeBranchRenderer
(implements org.jgap.util.tree.TreeBranchRenderer)
org.jgap.gp.impl.
JGAPTreeNode
(implements javax.swing.tree.TreeNode)
org.jgap.gp.impl.
JGAPTreeNodeRenderer
(implements org.jgap.util.tree.TreeNodeRenderer)
examples.grid.
JGAPWorker
org.jgap.audit.
KeyedValue
(implements java.lang.Cloneable, java.io.Serializable)
org.jgap.audit.
KeyedValues
(implements java.lang.Cloneable, java.io.Serializable)
org.jgap.audit.
KeyedValues2D
(implements java.lang.Cloneable, java.io.Serializable)
examples.knapsack.
KnapsackMain
examples.distinctGenes.
Main
org.jgap.distr.
Master
org.jgap.distr.
MasterInfo
org.jgap.distr.
MasterListener
examples.config.
MaximizingFunction
org.jgap.data.config.
MetaConfig
examples.
MinimizingMakeChange
examples.multiobjective.
MOFitnessEvaluator
(implements org.jgap.
FitnessEvaluator
)
examples.multiobjective.
MultiObjectiveExample
examples.multiobjective.
MultiObjectiveExample.MOFitnessComparator
(implements java.util.Comparator<T>)
examples.grid.
MyGAWorker
examples.grid.
MyWorkerFeedback
org.jgap.
NaturalSelector
(implements org.jgap.data.config.
Configurable
, org.jgap.
INaturalSelector
)
org.jgap.impl.
BestChromosomesSelector
org.jgap.impl.
ThresholdSelector
org.jgap.impl.
TournamentSelector
org.jgap.impl.
WeightedRouletteSelector
org.jgap.
NaturalSelector.FitnessValueComparator
(implements java.util.Comparator<T>, java.io.Serializable)
org.jgap.util.
NetworkKit
org.jgap.util.
PluginDiscoverer
org.jgap.util.
PluginDiscoverer.ClassFilter
(implements java.io.FilenameFilter)
org.jgap.util.
PluginDiscoverer.DirectoryFilter
(implements java.io.FilenameFilter)
org.jgap.impl.
Pool
org.jgap.
Population
(implements java.io.Serializable)
org.jgap.eval.
PopulationHistory
org.jgap.distr.
Problem
java.util.Random (implements java.io.Serializable)
org.jgap.impl.
StockRandomGenerator
(implements org.jgap.
RandomGenerator
)
org.jgap.util.
randomX
org.jgap.util.
randomHotBits
org.jgap.util.
randomJava
org.jgap.util.
randomLCG
org.jgap.util.
randomLEcuyer
org.jgap.util.
randomMCG
org.jgap.distr.
RequestDispatcher
org.jgap.data.config.
RootConfigurationHandler
(implements org.jgap.data.config.
ConfigurationHandler
)
org.jgap.impl.salesman.
Salesman
(implements java.io.Serializable)
examples.salesman.
TravellingSalesman
examples.grid.
ServerAndWorker
examples.simpleBoolean.
SimpleExample
examples.supergene.
SupergenesPerformanceTest
TestCase
examples.supergene.
TotalSupergeneTest
java.lang.Thread (implements java.lang.Runnable)
examples.grid.
MyGAClient
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.jgap.data.config.
ConfigException
org.jgap.xml.
GeneCreationException
org.jgap.xml.
ImproperXMLException
org.jgap.
InvalidConfigurationException
org.jgap.data.config.
MetaConfigException
org.jgap.
UnsupportedRepresentationException
org.jgap.supergenes.
Validator
(implements org.jgap.supergenes.
SupergeneValidator
)
org.jgap.distr.
Worker
(implements org.jgap.distr.
IWorker
)
org.jgap.distr.
WorkerCommand
(implements org.jgap.util.
ICommand
)
org.jgap.distr.
WorkerListener
WorkRequest
examples.grid.
MyRequest
WorkResult
examples.grid.
MyResult
org.jgap.xml.
XMLManager
Interface Hierarchy
org.jgap.gp.function.
Add.Compatible
org.jgap.gp.function.
Add3.Compatible
java.lang.Cloneable
org.jgap.
IApplicationData
(also extends java.lang.Comparable<T>)
org.jgap.
IChromosome
(also extends java.lang.Comparable<T>, java.io.Serializable)
java.lang.Comparable<T>
org.jgap.
Gene
(also extends java.io.Serializable)
org.jgap.
ICompositeGene
org.jgap.supergenes.
Supergene
(also extends org.jgap.
Gene
)
org.jgap.supergenes.
Supergene
(also extends org.jgap.
ICompositeGene
)
org.jgap.
IApplicationData
(also extends java.lang.Cloneable)
org.jgap.
IChromosome
(also extends java.lang.Cloneable, java.io.Serializable)
org.jgap.gp.
IGPProgram
(also extends java.io.Serializable)
org.jgap.data.config.
Configurable
org.jgap.data.config.
ConfigurationHandler
org.jgap.gp.function.
Cosine.Compatible
org.jgap.gp.function.
Divide.Compatible
org.jgap.gp.function.
Exp.Compatible
org.jgap.event.
GeneticEventListener
org.jgap.
IChromosomePool
org.jgap.util.
ICommand
org.jgap.data.config.
IConfigInfo
org.jgap.data.
IDataCreators
org.jgap.data.
IDataElement
org.jgap.data.
IDataElementList
org.jgap.event.
IEventManager
org.jgap.
IGeneticOperatorConstraint
org.jgap.
IHandler
org.jgap.
ICloneHandler
org.jgap.
ICompareToHandler
org.jgap.
IInitializer
org.jgap.
IJGAPFactory
org.jgap.gp.
IMutateable
org.jgap.gp.function.
Increment.Compatible
org.jgap.gp.
INodeValidator
org.jgap.distr.
IPopulationMerger
org.jgap.distr.
IWorker
org.jgap.gp.function.
Modulo.Compatible
org.jgap.gp.function.
Multiply.Compatible
org.jgap.gp.function.
Multiply3.Compatible
examples.grid.
MyClientFeedback
org.jgap.gp.function.
Pow.Compatible
java.io.Serializable
org.jgap.
FitnessEvaluator
org.jgap.
Gene
(also extends java.lang.Comparable<T>)
org.jgap.
ICompositeGene
org.jgap.supergenes.
Supergene
(also extends org.jgap.
Gene
)
org.jgap.supergenes.
Supergene
(also extends org.jgap.
ICompositeGene
)
org.jgap.
GeneticOperator
org.jgap.gp.
IGPGeneticOperator
org.jgap.
IChromosome
(also extends java.lang.Cloneable, java.lang.Comparable<T>)
org.jgap.
IGeneConstraintChecker
org.jgap.gp.
IGPChromosome
org.jgap.gp.
IGPFitnessEvaluator
org.jgap.gp.
IGPProgram
(also extends java.lang.Comparable<T>)
org.jgap.gp.
INaturalGPSelector
org.jgap.
INaturalSelector
org.jgap.
IUniversalRateCalculator
org.jgap.
RandomGenerator
org.jgap.gp.function.
Sine.Compatible
org.jgap.gp.function.
Subtract.Compatible
org.jgap.supergenes.
SupergeneValidator
Overview
Package
Class
Tree
Deprecated
Index
Help
JGAP
PREV NEXT
FRAMES
NO FRAMES
All Classes