Uses of Interface
evo.search.io.entities.XmlEntity
-
Packages that use XmlEntity Package Description evo.search.ga The discrete implementations of classes and interfaces of thejenetics
package.evo.search.io.entities The entities in this package are classes which are serializable in xml. -
-
Uses of XmlEntity in evo.search.ga
Classes in evo.search.ga that implement XmlEntity Modifier and Type Class Description class
DiscreteChromosome
Chromosome consisting of a permutations of the distances from theConfiguration
in an evolved order associated with valid positional indices.class
DiscreteGene
Discrete genome carrying aPoint2D
allele. -
Uses of XmlEntity in evo.search.io.entities
Classes in evo.search.io.entities that implement XmlEntity Modifier and Type Class Description class
Configuration
Environment configuration for the evolution.class
IndexEntry
Global project register entry used to save registered projects in the file system.class
Project
Project entity to be saved in the file system.class
Workspace
The window workspace used to preserve the projects windows locations and settings.
-