public class IteratesMonitor<S> extends Object implements IterationMonitor<S>
IterationMonitor
stores all states generated during iterations.Constructor and Description |
---|
IteratesMonitor()
Construct a monitor to keep track of the states in all iterations.
|
Modifier and Type | Method and Description |
---|---|
void |
addIterate(S s)
Record a new iteration state.
|
List<S> |
getIterates()
Get a list of all iterative states.
|
public IteratesMonitor()
public void addIterate(S s)
IterationMonitor
addIterate
in interface IterationMonitor<S>
s
- the new iteration stateCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.