Interface Algorithm

  • All Known Implementing Classes:
    AbstractAlgorithm, MatrixAlgorithm, SimpleAlgorithm

    public interface Algorithm
    An Algorithm is a class that works together with a solver to minimize the difference between measurement and model. The calculator defines initializes the calculation and keeps track of the iterations.