Package | Description |
---|---|
org.processmining.plugins.etm.factory | |
org.processmining.plugins.etm.mutation.mutators.maikelvaneck | |
org.uncommonseditedbyjoosbuijs.watchmaker.framework.factories |
Provides convenient general-purpose
CandidateFactory
implementations for common candidate representations such as strings, lists and arrays. |
Modifier and Type | Class and Description |
---|---|
class |
InductiveMinerWrapper
Class that allows calling the Inductive Tree Miner (by S.
|
class |
TreeFactoryAbstract |
class |
TreeFactoryCoordinator
CandidateFactory
for generating trees of NAryTree s for the genetic programming example
application. |
class |
TreeFactoryFlower |
class |
TreeFactoryXORofSEQ |
Modifier and Type | Class and Description |
---|---|
class |
IntelligentTreeFactory |
class |
LeafFactory
Creates a tree of a single leaf
|
class |
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
|
Modifier and Type | Class and Description |
---|---|
class |
BitStringFactory
General purpose candidate factory for generating bit strings for
genetic algorithms.
|
class |
ListPermutationFactory<T>
Generates random candidates from a set of elements.
|
class |
ObjectArrayPermutationFactory<T>
Generates random candidates from a set of elements.
|
class |
StringFactory
General-purpose candidate factory for EAs that use a fixed-length String encoding.
|