- Timestamp:
- Jun 9, 2013, 3:27:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psLib/src/math/psMinimizeLMM.h
r35623 r35637 30 30 #include "psConstants.h" 31 31 32 # define PS_MINIMIZE_LMM_GAIN_FACTOR_MODE 0 33 # define PS_MINIMIZE_LMM_CHISQ_CONVERGENCE 1 34 32 35 #define PS_DETERMINE_BRACKET_STEP_SIZE 0.10 33 36 #define PS_MAX_LMM_ITERATIONS 100 … … 82 85 int iter; ///< Number of iterations to date 83 86 float lastDelta; ///< The last difference for the fit 87 float rParSigma; ///< last fractional change in the parameters 84 88 float maxChisqDOF; ///< for Chisq minimization, require that we reach here before checking tolerance 89 int gainFactorMode; 90 bool chisqConvergence; 85 91 } 86 92 psMinimization;
Note:
See TracChangeset
for help on using the changeset viewer.
