Home | History | Annotate | Download | only in ceres

Lines Matching full:region

42 // Interface for classes implementing various trust region strategies
45 // The object is expected to maintain and update a trust region
46 // radius, which it then uses to solve for the trust region step using
49 // Here the term trust region radius is used loosely, as the strategy
51 // the LevenbergMarquardtStrategy uses the inverse of the trust region
67 // Linear solver used for actually solving the trust region step.
96 // If the trust region problem is,
116 // Use the current radius to solve for the trust region step.
124 // decrease in the trust region model is step_quality.
129 // decrease in the trust region model is step_quality.
138 // Current trust region radius.