All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface juice.solver.ProxyFactory

public interface interface ProxyFactory
Could this be an operator? I think that is stretching the concept very much. Where does this go? It should be close to the SimAnnealing solver.


Method Index

 o createProxy(Operator, Vector, Vector, float)
decides on a new approximation for xAlter.
 o getEstimateOfNormResidual()

Methods

 o createProxy
 public abstract Proxy createProxy(Operator A,
                                   Vector x,
                                   Vector b,
                                   float NormResidual)
decides on a new approximation for xAlter. (it does not necessarily compute it)

 o getEstimateOfNormResidual
 public abstract float getEstimateOfNormResidual()

All Packages  Class Hierarchy  This Package  Previous  Next  Index