OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_tolerance
(Results
1 - 11
of
11
) sorted by null
/external/ceres-solver/internal/ceres/
line_search_direction.h
50
function_tolerance
(1e-12),
58
double
function_tolerance
;
member in struct:ceres::internal::LineSearchDirection::Options
minimizer.h
70
function_tolerance
= options.
function_tolerance
;
130
double
function_tolerance
;
member in struct:ceres::internal::Minimizer::Options
line_search_direction.cc
56
const double
function_tolerance
)
58
function_tolerance_(
function_tolerance
) {
310
options.
function_tolerance
);
line_search_minimizer.cc
332
options.
function_tolerance
* previous_state.cost;
337
<< " <= " << options.
function_tolerance
;
338
summary->termination_type =
FUNCTION_TOLERANCE
;
trust_region_minimizer.cc
370
options_.
function_tolerance
* cost;
375
<< " <= " << options_.
function_tolerance
;
376
summary->termination_type =
FUNCTION_TOLERANCE
;
trust_region_minimizer_test.cc
231
minimizer_options.
function_tolerance
= 1e-26;
system_test.cc
410
options_.
function_tolerance
= 1e-10;
/external/ceres-solver/include/ceres/
solver.h
90
function_tolerance
= 1e-6;
364
// (new_cost - old_cost) <
function_tolerance
* old_cost;
366
double
function_tolerance
;
member in struct:ceres::Solver::Options
372
// This value should typically be 1e-4 *
function_tolerance
.
[
all
...]
/external/ceres-solver/examples/
denoising.cc
154
options.
function_tolerance
= 1e-3; // Enough for denoising.
bundle_adjuster.cc
324
options.
function_tolerance
= 1e-16;
nist.cc
164
(status == ceres::
FUNCTION_TOLERANCE
) ||
516
options->
function_tolerance
= 1e-18;
Completed in 131 milliseconds