public class IterationState extends Object
| Modifier and Type | Field and Description | 
|---|---|
| double | epsilonThe current error or change in error | 
| int | iterationThe current iteration number | 
| Constructor and Description | 
|---|
| IterationState() | 
public int iteration
public double epsilon
public IterationState()