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.



Constructor Index

 o SimAnnealSolver(Iterator, ProxyFactory)
 o SimAnnealSolver(ProxyFactory)

Method Index

 o solve(Operator, Vector, Vector)
Solves Ax = b for x
"Solve" is used in a loose sense.

Constructors

 o SimAnnealSolver
 public SimAnnealSolver(ProxyFactory factory)
 o SimAnnealSolver
 public SimAnnealSolver(Iterator iterator,
                        ProxyFactory factory)

Methods

 o 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