Class SimulatedAnnealingSolver
- java.lang.Object
-
- cern.accsoft.steering.aloha.calc.solve.AbstractSolver
-
- cern.accsoft.steering.aloha.plugin.ssolve.solve.sannealing.SimulatedAnnealingSolver
-
- All Implemented Interfaces:
Solver,SolverConfig,SimulatedAnnealingSolverConfig,SimpleSolver
public class SimulatedAnnealingSolver extends AbstractSolver implements SimpleSolver, SimulatedAnnealingSolverConfig
This is the implementation of a Solver using the simulated annealing - methodTODO fill with functionality
-
-
Constructor Summary
Constructors Constructor Description SimulatedAnnealingSolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()the name of this solver.-
Methods inherited from class cern.accsoft.steering.aloha.calc.solve.AbstractSolver
toString
-
-