Saree90 7f7064e3b9 DownhillSolverImpl::innerDownhillSimplex something looks broken here:
Mat_<double> coord_sum(1,ndim,0.0),buf(1,ndim,0.0),y(1,ndim,0.0);
nfunk = 0;
for(i=0;i<ndim+1;++i)
{
y(i) = f->calc(p[i]);
}
y has only ndim elements, while the loop goes over ndim+1
2014-05-22 22:52:37 +10:00
..
2014-02-05 13:57:04 +04:00
2014-01-18 01:31:33 +04:00
2014-02-04 19:55:11 +04:00
2014-01-18 01:31:33 +04:00
2014-01-30 16:43:56 +02:00
2014-02-04 21:50:04 +04:00
2014-02-05 12:06:48 +04:00
2014-01-18 01:31:33 +04:00
2014-02-03 14:46:22 +04:00
fix
2014-01-25 11:50:28 +04:00
2014-02-01 17:20:18 +04:00
2013-12-23 11:34:46 +04:00
2014-01-20 15:22:58 +04:00