Package edu.duke.cs.osprey.tupexp
Class IterativeCGTupleFitter
java.lang.Object
edu.duke.cs.osprey.tupexp.CGTupleFitter
edu.duke.cs.osprey.tupexp.IterativeCGTupleFitter
Modified least-squares fitter for LUTE coefficients
Uses iterations of conjugate gradient
-
Constructor Summary
ConstructorsConstructorDescriptionIterativeCGTupleFitter
(TupleIndexMatrix tim, ArrayList<int[]> samp, int numTuples, ArrayList<double[]> goodRegionBounds) -
Method Summary
-
Constructor Details
-
IterativeCGTupleFitter
public IterativeCGTupleFitter(TupleIndexMatrix tim, ArrayList<int[]> samp, int numTuples, ArrayList<double[]> goodRegionBounds)
-