Interface Solver
-
- All Known Subinterfaces:
MatrixSolver,SimpleSolver
- All Known Implementing Classes:
AbstractMatrixSolver,AbstractSolver,MicadoSolver,SimulatedAnnealingSolver,SvdSolver
public interface SolverThis interface is a generic solver for minimization for aloha. A solver is responsible for the calculation of the parameter-change between two iterations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()the name of this solver.
-