- EFFORTMAX - Static variable in class components.simplesoccer.SimpleServer
-
- EFFORTMIN - Static variable in class components.simplesoccer.SimpleServer
-
- elementNumber() - Method in class utils.StatKeeper
-
Returns the number of elements
- eraseStatistics() - Static method in class main.FrevoMain
-
Removes all previously added StatKeeper
objects from FREVO.
- EVALTIME - Static variable in class components.simplesoccer.SimpleSoccer
-
- evaluateCandidates(ArrayList<AbstractRepresentation>, ProblemXMLData, Hashtable<String, XMLFieldEntry>, long) - Static method in class main.FrevoMain
-
Runs a single evaluation session on the provided candidates with the
given problem configuration.
- evaluateFitness(AbstractRepresentation[]) - Method in class components.simplesoccer.SimpleSoccer
-
- evaluateFitness(AbstractRepresentation[]) - Method in class core.AbstractMultiProblem
-
Returns the fitness of the given representations.
- evaluateFitness(AbstractRepresentation) - Method in class core.AbstractSingleProblem
-
Evaluates the given representation by calculating its corresponding fitness value.
- evaluateFitness(AbstractRepresentation[]) - Method in class ttt2.ttt2
-
- Evaluator - Class in components.simplesoccer.model
-
- Evaluator() - Constructor for class components.simplesoccer.model.Evaluator
-
- EvolutionParams - Class in fsm
-
Class collects parameters read from properties and default values for these
parameters.
- EvolutionParams(short, short, Hashtable<String, XMLFieldEntry>) - Constructor for class fsm.EvolutionParams
-
- evolve() - Method in class SSEA2D.Population
-
Evolves the IRepresentation of every member according to the
evolution-rules
- exportComponent(ComponentXMLData, File, boolean) - Static method in class main.FrevoMain
-
Exports the selected component into the given file.
- exportToFile(File) - Method in class core.AbstractRepresentation
-
Exports the content of this representation to a file.
- exportToFile(File) - Method in class fsm.MealyFSM
-
- exportToFile(File) - Method in class fullyMeshedNet.FullyMeshedNet
-
- exportToFile(File) - Method in class threeLayerNetwork.ThreeLayerNetwork
-
- exportToXmlElement(Element) - Method in class core.AbstractRepresentation
-
Exports this representation and all its necessary data to the provided XML element.
- exportToXmlElement(Element) - Method in class fsm.MealyFSM
-
- exportToXmlElement(Element) - Method in class fullyMeshedNet.FullyMeshedNet
-
Method used for saving the properties of this component
- exportToXmlElement(Element) - Method in class threeLayerNetwork.ThreeLayerNetwork
-
Method used for saving the properties of this component
- exportToYEDxmlFormat(String) - Method in class fsm.MealyFSM
-
Export FSM as a graph's edge-list into a csv (comma separated) file.
- exportXml(Element) - Method in class fsm.InputMapper
-