HomeSort by relevance Sort by last modified time
    Searched refs:dogleg (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 75 // scratch. The Dogleg step is then computed as interpolation of these
189 // The dogleg step is defined as the intersection of the trust region
194 void DoglegStrategy::ComputeTraditionalDoglegStep(double* dogleg) {
195 VectorRef dogleg_step(dogleg, gradient_.rows());
248 VLOG(3) << "Dogleg step size: " << dogleg_step_norm_
261 void DoglegStrategy::ComputeSubspaceDoglegStep(double* dogleg) {
262 VectorRef dogleg_step(dogleg, gradient_.rows());
309 VLOG(3) << "Dogleg subspace step size (1D): " << dogleg_step_norm_
316 // For the positive semi-definite case, a traditional dogleg step
319 << "Taking traditional dogleg step instead."
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h 6 void dogleg( function in namespace:Eigen::internal
88 /* finally, calculate the point along the dogleg */
HybridNonLinearSolver.h 35 * hybrid method ("dogleg").
235 internal::dogleg<Scalar>(R, diag, qtf, delta, wa1);
475 internal::dogleg<Scalar>(R, diag, qtf, delta, wa1);
  /external/ceres-solver/examples/
bundle_adjuster.cc 69 "Options are: levenberg_marquardt, dogleg.");
70 DEFINE_string(dogleg, "traditional_dogleg", "Options are: traditional_dogleg,"
nist.cc 87 "Options are: levenberg_marquardt, dogleg");
88 DEFINE_string(dogleg, "traditional_dogleg",

Completed in 85 milliseconds