Uses of Class
evo.search.Evolution
-
Packages that use Evolution Package Description evo.search The evoSearch package contains everything of this application.evo.search.io.service This package contains io services.evo.search.view This package contains all implementations related to the user interface. -
-
Uses of Evolution in evo.search
Methods in evo.search that return Evolution Modifier and Type Method Description Evolution
Evolution.EvolutionBuilder. build()
Evolution
Evolution. clone()
Clones the evolution shallow.Methods in evo.search that return types with arguments of type Evolution Modifier and Type Method Description BiFunction<Evolution,List<DiscreteGene>,Double>
Evolution.Fitness. getMethod()
-
Uses of Evolution in evo.search.io.service
Methods in evo.search.io.service that return Evolution Modifier and Type Method Description static Evolution
ProjectService. readEvolution(Path evolutionFile)
Read an evolution file and the configuration.Methods in evo.search.io.service with parameters of type Evolution Modifier and Type Method Description static Path
ProjectService. writeEvolution(Evolution evolution, String prefix)
Save the evolution to a .evolution file and back up the configuration to an xml file with the same number. -
Uses of Evolution in evo.search.view
Methods in evo.search.view that return Evolution Modifier and Type Method Description Evolution
MainForm. getEvolution()
Instantiated evolution generating the history.Methods in evo.search.view with parameters of type Evolution Modifier and Type Method Description static void
ExportDialog. showDialog(Evolution evolution)
Static method to initialize and show theExportDialog
with a evolution to export.Constructors in evo.search.view with parameters of type Evolution Constructor Description ExportDialog(Evolution evolution)
Chromosome list constructor.
-