Class GeneticTerminationOptions


  • public final class GeneticTerminationOptions
    extends Object
    Termination options for the genetic optimization algorithm.
    • Constructor Detail

      • GeneticTerminationOptions

        public GeneticTerminationOptions()
    • Method Detail

      • getStagnationCount

        public Integer getStagnationCount()
        Gets the number of generations with equal objective values that are evaluated before the optimizer terminates.
      • setStagnationCount

        public void setStagnationCount​(Integer value)
        Sets the number of generations with equal objective values that are evaluated before the optimizer terminates.