check is stopping condition on function tolerance is ok for costChange<0

Issue #69 resolved
Luca Carlone created an issue
    double absolute_function_tolerance = params_.relativeErrorTol * state_.error;
    if (fabs(costChange) < absolute_function_tolerance) break;

Comments (1)

  1. Log in to comment