Package | Description |
---|---|
fsm |
Modifier and Type | Method and Description |
---|---|
MealyFSM |
MealyFSM.genSimaoRandomFSM()
Generates a Mealy FSM so that all of the states are reachable.
|
Modifier and Type | Method and Description |
---|---|
static int |
MealyFSM.calcHammingDistance(MealyFSM fsm1,
MealyFSM fsm2)
Calculates Hamming distance between two Mealy FSMs.
|
static int |
MealyFSM.calcMaxEqualPrefix(MealyFSM fsm1,
MealyFSM fsm2)
Calculates maximal equal prefix for two Mealy FSMs.
|
void |
MealyFSM.onepointCrossover(MealyFSM other)
Performs one-point crossover between this Mealy FSM and another one.
|
void |
MealyFSM.uniformCrossover(MealyFSM other)
Performes uniform-crossover between this Mealy FSM and another one.
|