Uses of Record Class
org.cicirello.search.evo.TerminationStrategy.ExecutionState
Packages that use TerminationStrategy.ExecutionState
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of TerminationStrategy.ExecutionState in org.cicirello.search.evo
Methods in org.cicirello.search.evo with parameters of type TerminationStrategy.ExecutionStateModifier and TypeMethodDescriptionbooleanMaximumFitnessEvaluationsTerminator.terminate(TerminationStrategy.ExecutionState<T> state) booleanStagnationTerminator.terminate(TerminationStrategy.ExecutionState<T> state) booleanTargetFitnessTerminator.terminate(TerminationStrategy.ExecutionState<T> state) booleanTerminationStrategy.terminate(TerminationStrategy.ExecutionState<T> state) Predicate method to determine whether or not to terminate the current run of the evolutionary algorithm.booleanTheTerminator.terminate(TerminationStrategy.ExecutionState<T> state)