Home | History | Annotate | Download | only in ceres

Lines Matching refs:function_tolerance

90       function_tolerance = 1e-6;
364 // (new_cost - old_cost) < function_tolerance * old_cost;
366 double function_tolerance;
372 // This value should typically be 1e-4 * function_tolerance.