Package gov.nih.mipav.model.algorithms
Class AlgorithmTimeFitting.fittingTask
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.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()
-
-
-
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
-
-