- Timestamp:
- Nov 28, 2013, 1:22:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c
r36320 r36324 135 135 } 136 136 137 if ( 1) {137 if (min->isInteractive) { 138 138 fprintf (stderr, "%d : ", min->iter); 139 139 for (int ti = 0; ti < params->n; ti++) { … … 148 148 // set a new guess for Alpha, Beta, Params 149 149 if (!psMinLM_GuessABP(Alpha, Beta, Params, alpha, beta, params, paramMask, checkLimits, lambda, &dLinear)) { 150 if ( min->isInteractive) {150 if (false && min->isInteractive) { 151 151 fprintf (stdout, "guess failed (singular matrix or NaN values), continue? [Y,n] "); 152 152 if (!fgets(key, 8, stdin)) { … … 175 175 } 176 176 177 if ( min->isInteractive) {177 if (false && min->isInteractive) { 178 178 p_psVectorPrint(psTraceGetDestination(), Params, "current parameters: "); 179 179 fprintf (stdout, "last chisq : %f\n", min->value);
Note:
See TracChangeset
for help on using the changeset viewer.
