All Packages Class Hierarchy This Package Previous Next Index
Interface jam.solver.Reporter
- public interface interface Reporter
A Reporter has a report() method that is executed by a solver
while looping. nextIteration() is usually used to report on the current
approximation of the solution. It can also be used to save intermediate
approximations for possible restarts.
-
nextIteration()
- A solver executes it while looping.
-
setSolver(IterativeSolver)
-
The solver reference enables us to access its methods
setSolver
public abstract void setSolver(IterativeSolver slv)
- The solver reference enables us to access its methods
nextIteration
public abstract void nextIteration()
- A solver executes it while looping.
All Packages Class Hierarchy This Package Previous Next Index