Home
last modified time | relevance | path

Searched refs:gradient_tolerance (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dminimizer.h70 gradient_tolerance = options.gradient_tolerance; in Init()
128 double gradient_tolerance; member
H A Dline_search_minimizer.cc143 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
147 options.gradient_tolerance); in Minimize()
421 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
425 options.gradient_tolerance); in Minimize()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dminimizer.h69 gradient_tolerance = options.gradient_tolerance; in Init()
127 double gradient_tolerance; member
H A Dline_search_minimizer.cc142 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
146 options.gradient_tolerance); in Minimize()
417 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
421 options.gradient_tolerance); in Minimize()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dminimizer.h67 gradient_tolerance = options.gradient_tolerance; in Init()
123 double gradient_tolerance; member
H A Dline_search_minimizer.cc148 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
152 options.gradient_tolerance); in Minimize()
445 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) { in Minimize()
450 options.gradient_tolerance); in Minimize()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A DDUPLICATE-gradient_tolerance4 The \c gradient_tolerance control defines the
9 The \c gradient_tolerance control is currently defined
H A DDUPLICATE-max_step8 region size. The \c gradient_tolerance control defines the threshold
11 \c gradient_tolerance control is defined for all gradient-based
H A Dmethod-optpp_newton-gradient_tolerance1 DUPLICATE-gradient_tolerance
H A Dmethod-rol-gradient_tolerance1 DUPLICATE-gradient_tolerance
H A Dmethod-optpp_cg-gradient_tolerance1 DUPLICATE-gradient_tolerance
H A Dmethod-optpp_fd_newton-gradient_tolerance1 DUPLICATE-gradient_tolerance
H A Dmethod-optpp_q_newton-gradient_tolerance1 DUPLICATE-gradient_tolerance
H A Dmethod-optpp_g_newton-gradient_tolerance1 DUPLICATE-gradient_tolerance
/dports/graphics/colmap/colmap-3.6/src/estimators/
H A Dpose.h83 double gradient_tolerance = 1.0; member
101 CHECK_GE(gradient_tolerance, 0.0); in Check()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/include/ceres/
H A Dgradient_problem_solver.h76 gradient_tolerance = 1e-10; in Options()
238 double gradient_tolerance; member
H A Dsolver.h92 gradient_tolerance = 1e-10; in Options()
389 double gradient_tolerance; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_conjugate_gradient.cxx85 double gradient_tolerance = gtol; in minimize() local
100 &gradient_tolerance, in minimize()
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_conjugate_gradient.cxx87 double gradient_tolerance = gtol; in minimize() local
101 &gradient_tolerance, in minimize()
/dports/math/openturns/openturns-1.18/python/src/
H A DCeres_doc.i.in109 | Ceres-gradient_tolerance | float |
197 | Ceres-gradient_tolerance | float |
224 >>> ot.ResourceMap.AddAsScalar('Ceres-gradient_tolerance', 1e-5) # doctest: +SKIP
237 >>> ot.ResourceMap.AddAsScalar('Ceres-gradient_tolerance', 1e-5) # doctest: +SKIP
/dports/graphics/blender/blender-2.91.0/extern/ceres/include/ceres/
H A Dtiny_solver.h155 Scalar gradient_tolerance = 1e-10; // eps > max(J'*f(x)) member
213 if (summary.gradient_max_norm < options.gradient_tolerance) { in Solve()
274 if (summary.gradient_max_norm < options.gradient_tolerance) { in Solve()
/dports/math/ceres-solver/ceres-solver-2.0.0/include/ceres/
H A Dtiny_solver.h155 Scalar gradient_tolerance = 1e-10; // eps > max(J'*f(x)) member
213 if (summary.gradient_max_norm < options.gradient_tolerance) { in Solve()
274 if (summary.gradient_max_norm < options.gradient_tolerance) { in Solve()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_hybrid.in85 gradient_tolerance = 1.e-12 #s0,#s3,#p0
93 # gradient_tolerance 1.0e-8 #s4,#p1
H A Ddakota_sbo_textbook_rol.in20 gradient_tolerance 1.0e-2
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dbundle_adjustment_widget.cc58 &options->bundle_adjustment->solver_options.gradient_tolerance, in BundleAdjustmentWidget()

123