public class Generator
extends java.lang.Object
Constructor and Description |
---|
Generator(BlackBox blackBox)
Instantiates a new generator.
|
Modifier and Type | Method and Description |
---|---|
void |
createNewInput()
Creates the new input.
|
void |
createNewOutput()
Creates the new output.
|
void |
createNewRandomFunction()
Creates the new random function.
|
double |
getTotalCriticity()
Gets the total criticity.
|
void |
minimizeCriticity()
Minimize criticity.
|
public Generator(BlackBox blackBox)
blackBox
- the black boxpublic void createNewRandomFunction()
public void createNewInput()
public void createNewOutput()
public void minimizeCriticity()
public double getTotalCriticity()