OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gradient_tolerance
(Results
1 - 12
of
12
) sorted by null
/external/ceres-solver/internal/ceres/
minimizer.h
68
gradient_tolerance
= options.
gradient_tolerance
;
128
double
gradient_tolerance
;
member in struct:ceres::internal::Minimizer::Options
line_search_minimizer.cc
139
options.
gradient_tolerance
* initial_gradient_max_norm;
142
summary->termination_type =
GRADIENT_TOLERANCE
;
146
<< " <= " << options.
gradient_tolerance
;
322
summary->termination_type =
GRADIENT_TOLERANCE
;
326
<< " <= " << options.
gradient_tolerance
;
trust_region_minimizer.cc
152
options_.
gradient_tolerance
* initial_gradient_max_norm;
155
summary->termination_type =
GRADIENT_TOLERANCE
;
159
<< " <= " << options_.
gradient_tolerance
;
481
summary->termination_type =
GRADIENT_TOLERANCE
;
486
<< " <= " << options_.
gradient_tolerance
;
types.cc
285
CASESTR(
GRADIENT_TOLERANCE
);
system_test.cc
411
options_.
gradient_tolerance
= 1e-10;
trust_region_minimizer_test.cc
230
minimizer_options.
gradient_tolerance
= 1e-26;
/external/ceres-solver/include/ceres/
types.h
311
// max_i |gradient_i| <
gradient_tolerance
* max_i|initial_gradient_i|
312
GRADIENT_TOLERANCE
,
solver.h
91
gradient_tolerance
= 1e-10;
370
// max_i |gradient_i| <
gradient_tolerance
* max_i|initial_gradient_i|
373
double
gradient_tolerance
;
member in struct:ceres::Solver::Options
[
all
...]
/external/ceres-solver/examples/
bundle_adjuster.cc
323
options.
gradient_tolerance
= 1e-16;
nist.cc
165
(status == ceres::
GRADIENT_TOLERANCE
) ||
517
options->
gradient_tolerance
= 1e-18;
/external/ceres-solver/docs/source/
tutorial.rst
375
Ceres Solver Report: Iterations: 12, Initial cost: 1.075000e+02, Final cost: 4.584044e-12, Termination:
GRADIENT_TOLERANCE
.
solving.rst
[
all
...]
Completed in 129 milliseconds