Removed catch-all trap -- Richard check whether kosher. Issue is gdb can't figure out original exception.
parent
56dcd1be7e
commit
2c80cde2d6
|
@ -157,9 +157,11 @@ void LevenbergMarquardtOptimizer::iterate() {
|
|||
} else {
|
||||
state_.lambda *= params_.lambdaFactor;
|
||||
}
|
||||
} catch(...) {
|
||||
throw;
|
||||
}
|
||||
// Frank asks: why would we do that?
|
||||
// catch(...) {
|
||||
// throw;
|
||||
// }
|
||||
} // end while
|
||||
|
||||
if (lmVerbosity >= LevenbergMarquardtParams::LAMBDA)
|
||||
|
|
Loading…
Reference in New Issue