Uses of Interface
org.cicirello.search.evo.PopulationCandidates
Packages that use PopulationCandidates
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationCandidates in org.cicirello.search.evo
Subinterfaces of PopulationCandidates in org.cicirello.search.evoModifier and TypeInterfaceDescriptionstatic interfaceAn interface to the candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.static interfaceAn interface to the candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.Methods in org.cicirello.search.evo that return PopulationCandidatesModifier and TypeMethodDescriptionTerminationStrategy.ExecutionState.currentPopulation()Returns the value of thecurrentPopulationrecord component.Constructors in org.cicirello.search.evo with parameters of type PopulationCandidatesModifierConstructorDescriptionExecutionState(int numCompletedGenerations, long fitnessEvaluations, T bestSolution, double bestFitness, PopulationCandidates<T> currentPopulation) Creates an instance of aExecutionStaterecord class.