Interface MathOperationEvaluator


  • public interface MathOperationEvaluator
    Interface used by the algorithms to evaluate math operations. Should be unified with what is used for the calibrations, once the calibrators will support using other parameters values as inputs
    • Method Detail

      • evaluate

        double evaluate​(double[] input)