Package com.bayesserver.optimization
Class GeneticTerminationOptions
- java.lang.Object
-
- com.bayesserver.optimization.GeneticTerminationOptions
-
public final class GeneticTerminationOptions extends Object
Termination options for the genetic optimization algorithm.
-
-
Constructor Summary
Constructors Constructor Description GeneticTerminationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getStagnationCount()
Gets the number of generations with equal objective values that are evaluated before the optimizer terminates.void
setStagnationCount(Integer value)
Sets the number of generations with equal objective values that are evaluated before the optimizer terminates.String
toString()
-
-
-
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.
-
-