Changeset 1610 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Aug 24, 2004, 9:59:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r1609 r1610 105 105 typedef struct 106 106 { 107 const int maxIter; 108 const float tol; 109 float value; 110 int iter; 111 float lastDelta; 107 const int maxIter; ///< Convergence limit 108 const float tol; ///< Error Tolerance 109 float value; ///< Value of function at minimum 110 int iter; ///< Number of iterations required 111 float lastDelta; ///< The last difference for the fit 112 112 } 113 113 psMinimization;
Note:
See TracChangeset
for help on using the changeset viewer.
