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