Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
Fix the issue given NULL inlMask
This commit is contained in:
@@ -1346,7 +1346,7 @@ inline void RHO_HEST_REFC::nStarOptimize(void){
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
inline void RHO_HEST_REFC::updateBounds(void){
|
inline void RHO_HEST_REFC::updateBounds(void){
|
||||||
arg.maxI = sacCalcIterBound(arg.cfd,
|
arg.maxI = sacCalcIterBound(arg.cfd,
|
||||||
(double)best.numInl/arg.N,
|
(double)best.numInl/arg.N,
|
||||||
SMPL_SIZE,
|
SMPL_SIZE,
|
||||||
arg.maxI);
|
arg.maxI);
|
||||||
|
Reference in New Issue
Block a user