OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WOLFE
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/include/ceres/
types.h
250
WOLFE
,
solver.h
63
line_search_type =
WOLFE
;
266
// The strong
Wolfe
conditions consist of the Armijo sufficient
268
// step-size be chosen s.t. the _magnitude_ ('strong'
Wolfe
279
// During the bracketing phase of the
Wolfe
search, the step size is
280
// increased until either a point satisfying the
Wolfe
conditions is
[
all
...]
/external/ceres-solver/internal/ceres/
types.cc
205
CASESTR(
WOLFE
);
214
STRENUM(
WOLFE
);
line_search.cc
88
case ceres::
WOLFE
:
162
// We are expanding the search (during a
Wolfe
bracketing phase) using
165
// the maximum step size so that the Armijo &
Wolfe
implementations are
336
//
Wolfe
bracketing phase: Increases step_size until either it finds a point
337
// that satisfies the (strong)
Wolfe
conditions, or an interval that brackets
340
// the strong
Wolfe
conditions if one of the following conditions are met:
361
//
Wolfe
conditions, thus no Zoom required.
364
// strong
Wolfe
conditions within max_num_iterations. As this is an
367
// found thus far which satsifies the Armijo condition (but not the
Wolfe
380
//
Wolfe
Zoom phase: Called when the Bracketing phase finds an interval o
[
all
...]
solver_impl.cc
654
original_options.line_search_type != ceres::
WOLFE
) {
657
"ceres::
WOLFE
when using (L)BFGS to ensure that underlying "
[
all
...]
Completed in 113 milliseconds