All Packages Class Hierarchy This Package Previous Next Index
Class juice.solver.SimAnnealSolver
java.lang.Object
|
+----juice.solver.IterativeSlv
|
+----juice.solver.SimAnnealSolver
- public class SimAnnealSolver
- extends IterativeSlv
Simulated Annealing Solver.
-
SimAnnealSolver(Iterator, ProxyFactory)
-
-
SimAnnealSolver(ProxyFactory)
-
-
solve(Operator, Vector, Vector)
- Solves Ax = b for x
"Solve" is used in a loose sense.
SimAnnealSolver
public SimAnnealSolver(ProxyFactory factory)
SimAnnealSolver
public SimAnnealSolver(Iterator iterator,
ProxyFactory factory)
solve
public void solve(Operator A,
Vector b,
Vector x)
- Solves Ax = b for x
"Solve" is used in a loose sense.
- Overrides:
- solve in class IterativeSlv
All Packages Class Hierarchy This Package Previous Next Index