Ticket #2740 (closed: fixed)
Error for simplex minimizer
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
Put in an implementation for
void SimplexMinimizer::calCovarianceMatrix(double epsrel, gsl_matrix * covar) {
Kernel::Exception::NotImplementedError("Covariance matrix calculation for Simplex not implemented.");
}
Change History
comment:5 Changed 9 years ago by Anders Markvardsen
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [10594]) Code for: Error for simplex minimizer.
re #2740