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.
-
createProxy(Operator, Vector, Vector, float)
- decides on a new approximation for xAlter.
-
getEstimateOfNormResidual()
-
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)
getEstimateOfNormResidual
public abstract float getEstimateOfNormResidual()
All Packages Class Hierarchy This Package Previous Next Index