public final class GeneticTerminationOptions extends Object
| Constructor and Description | 
|---|
GeneticTerminationOptions()  | 
| Modifier and Type | Method and 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() | 
public Integer getStagnationCount()
public void setStagnationCount(Integer value)
Copyright © 2021. All rights reserved.