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.


Method Index

 o nextIteration()
A solver executes it while looping.
 o setSolver(IterativeSolver)
The solver reference enables us to access its methods

Methods

 o setSolver
 public abstract void setSolver(IterativeSolver slv)
The solver reference enables us to access its methods

 o nextIteration
 public abstract void nextIteration()
A solver executes it while looping.


All Packages  Class Hierarchy  This Package  Previous  Next  Index