Class AlgorithmTimeFitting.fittingTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AlgorithmTimeFitting

    public class AlgorithmTimeFitting.fittingTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      fittingTask​(int start, int end, int tDim, double[] initial, double[] timeVals, boolean[] useBounds, double[] lowBounds, double[] highBounds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        private final int start
      • end

        private final int end
      • tDim

        private final int tDim
      • initial

        private final double[] initial
      • timeVals

        private final double[] timeVals
      • useBounds

        private final boolean[] useBounds
      • lowBounds

        private final double[] lowBounds
      • highBounds

        private final double[] highBounds
    • Constructor Detail

      • fittingTask

        public fittingTask​(int start,
                           int end,
                           int tDim,
                           double[] initial,
                           double[] timeVals,
                           boolean[] useBounds,
                           double[] lowBounds,
                           double[] highBounds)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable