Class AlgorithmTimeFitting.fittingTask

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmTimeFitting.fittingTask
All Implemented Interfaces:
Runnable
Enclosing class:
AlgorithmTimeFitting

public class AlgorithmTimeFitting.fittingTask extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
    private final double[]
     
    private final double[]
     
    private final double[]
     
    private final int
     
    private final int
     
    private final double[]
     
    private final boolean[]
     
  • Constructor Summary

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

    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 Details

    • 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 Details

    • fittingTask

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

    • run

      public void run()
      Specified by:
      run in interface Runnable