public class Population
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MyXTrace[] |
log1 |
static MyXTrace[] |
log2 |
| Constructor and Description |
|---|
Population(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog l1,
org.deckfour.xes.model.XLog l2) |
| Modifier and Type | Method and Description |
|---|---|
void |
clonalSelection() |
void |
createNextGeneration(int numPop) |
Solution |
getBestSolution() |
static int |
getSizeOfLog1() |
static int |
getSizeOfLog2() |
void |
hyperMutation(int numPop) |
void |
receptorEditing() |
java.lang.String |
toString() |
public Population(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog l1,
org.deckfour.xes.model.XLog l2)
public void createNextGeneration(int numPop)
public void clonalSelection()
public void hyperMutation(int numPop)
public void receptorEditing()
public Solution getBestSolution()
public java.lang.String toString()
toString in class java.lang.Objectpublic static int getSizeOfLog1()
public static int getSizeOfLog2()