Class | Description |
---|---|
AlignmentInfo |
Quick class to store alignments in which can be necessary for some
experiments etc.
|
BehaviorCounter | |
FitnessRegistry |
This class gets all known fitness metrics using the {@link
|
RepairInfo | |
TreeComparatorByFitness |
Sorts trees by sorting them on the quality dimensions, in the provided order
(e.g.
|
TreeFitness |
An object that stores fitness information for a particular (here unknown)
tree
|
TreeFitnessAbstract |
All fitness metrics should extend this abstract Tree Fitness class.
|
TreeFitnessAbstract.TreeFitnessGUISettingsAbstract<F extends TreeFitnessAbstract> |
An abstract instance of a GUI interface to set up a
TreeFitness
metric. |
TreeFitnessAbstract.TreeFitnessGUISettingsEmpty<F extends TreeFitnessAbstract> |
The 'empty' GUI that is automatically used for fitness metrics that
provide no provide GUI.
|
TreeFitnessComparator |
Compares TreeFitness objects based on the provided TreeFitnessInfo.
|
TreeFitnessInfo |
Information class with immutable values that describe a fitness metric.
|
TreeFitnessInfo.TreeFitnessInfoComboboxRenderer |
A renderer for TreeFitnessInfo objects which uses the original renderer
but then shows the TreeFitnessInfo name in the combobox
|
TreeFitnessPropertyWrapper<F extends TreeFitnessAbstract> |
Wrapper around a
TreeFitnessInfo object to be able to use it as a
(root!) property of a ProcessTree . |
Enum | Description |
---|---|
TreeFitnessInfo.Dimension |
The dimension that the fitness metric belongs to.
|
Annotation Type | Description |
---|---|
FitnessAnnotation |
Classes that have this annotation should extend (a subclass of) the
TreeFitnessAbstract class. |