Class | Description |
---|---|
AlignmentMove |
This class stores the information derived from a single alignment move.
|
AlignmentMoveList |
A list of
AlignmentMove s (for a node in the tree) which is nothing
more than a list of AlignmentMove s and some unique/sum counters |
CombinationCrossover<R extends NAryTree> | |
InsertionCrossover<R extends NAryTree> |
Fully functional implementation of another crossover that does not provide
significant improvements
|
IntelligentTreeFactory | |
LeafFactory |
Creates a tree of a single leaf
|
MutateSingleNodeGuided | |
MutateSingleNodeGuidedWithRepairRecommendation |
Guided mutation with service repair recommendations (by Artem Polyvyannyy)
|
ReplaceTreeByIntelligentTreeMutation | |
ReplaceTreeByLeafMutation | |
ReplaceTreeBySequenceMutation | |
SequenceFactory |
Selects a random trace from the log and builds a sequence tree, might
introduce a loop if an activity occurs multiple times within a trace
|