| Package | Description |
|---|---|
| core | |
| graphics | |
| main | |
| nnga | |
| SSEA2D |
| Modifier and Type | Class and Description |
|---|---|
class |
ProblemXMLData |
| Modifier and Type | Method and Description |
|---|---|
ComponentXMLData |
AbstractComponent.getXMLData()
Returns the ComponentXMLdata object that was used to create this component instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractMethod.runOptimization(ProblemXMLData problemData,
ComponentXMLData representationData,
ComponentXMLData rankingData,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
void |
AbstractComponent.setXMLData(ComponentXMLData data)
Sets the source ComponentXMLdata object to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBrowser.setSelected(ComponentXMLData cdata) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentXMLData |
FrevoMain.getComponent(ComponentType ctype,
java.lang.String componentName)
Returns the data of the component with the given name or
null if not found. |
static ComponentXMLData |
FrevoMain.getSelectedComponent(ComponentType ctype)
Returns the selected component of the given type.
|
static ComponentXMLData |
FrevoMain.readIComponentFromXml(java.io.File file,
ComponentType ctype,
boolean validateXML)
Loads the class with all properties and requirements stored in the
appropriate XML file.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashMap<java.lang.String,ComponentXMLData> |
FrevoMain.getComponentList(ComponentType componentType)
Returns a list of components of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FrevoMain.deleteComponent(ComponentXMLData cdata)
Removes the component from the installed components.
|
static void |
FrevoMain.exportComponent(ComponentXMLData component,
java.io.File savefile,
boolean addsources)
Exports the selected component into the given file.
|
static void |
FrevoMain.setSelectedComponent(ComponentType ctype,
ComponentXMLData cdata)
Selects the given component of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NNGA.runOptimization(ProblemXMLData problemData,
ComponentXMLData representationData,
ComponentXMLData rankingData,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
| Constructor and Description |
|---|
SimplePopulation(int populationsize,
ComponentXMLData representationData,
NESRandom random,
int inputnumber,
int outputnumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSEA2D.runOptimization(ProblemXMLData problemData,
ComponentXMLData representationData,
ComponentXMLData rankingData,
java.util.Hashtable<java.lang.String,XMLFieldEntry> properties) |
| Constructor and Description |
|---|
Member(ComponentXMLData representation,
SSEA2D tde,
int inputnumber,
int outputnumber)
Create a new member with a new unique ID
|
Population(ComponentXMLData representation,
SSEA2D tde,
int inputnumber,
int outputnumber) |