Home
last modified time | relevance | path

Searched refs:fixed_cost (Results 1 – 12 of 12) sorted by relevance

/external/ceres-solver/internal/ceres/
Dprogram_test.cc92 double fixed_cost = 0.0; in TEST() local
98 &fixed_cost, in TEST()
104 EXPECT_EQ(fixed_cost, 0.0); in TEST()
116 double fixed_cost = 0.0; in TEST() local
122 &fixed_cost, in TEST()
128 EXPECT_EQ(fixed_cost, 9.0); in TEST()
143 double fixed_cost = 0.0; in TEST() local
149 &fixed_cost, in TEST()
154 EXPECT_EQ(fixed_cost, 0.0); in TEST()
172 double fixed_cost = 0.0; in TEST() local
[all …]
Dprogram.cc265 double* fixed_cost, in CreateReducedProgram() argument
268 CHECK_NOTNULL(fixed_cost); in CreateReducedProgram()
273 fixed_cost, in CreateReducedProgram()
283 double* fixed_cost, in RemoveFixedBlocks() argument
286 CHECK_NOTNULL(fixed_cost); in RemoveFixedBlocks()
292 *fixed_cost = 0.0; in RemoveFixedBlocks()
335 *fixed_cost += cost; in RemoveFixedBlocks()
Dprogram.h146 double* fixed_cost,
178 double* fixed_cost,
Dsolver_impl.cc306 &summary->fixed_cost, in TrustRegionSolve()
330 summary->initial_cost = summary->fixed_cost; in TrustRegionSolve()
331 summary->final_cost = summary->fixed_cost; in TrustRegionSolve()
533 &summary->fixed_cost, in LineSearchSolve()
549 summary->initial_cost = summary->fixed_cost; in LineSearchSolve()
550 summary->final_cost = summary->fixed_cost; in LineSearchSolve()
664 double* fixed_cost, in CreateReducedProgram() argument
672 fixed_cost, in CreateReducedProgram()
Dline_search_minimizer.cc142 summary->initial_cost = current_state.cost + summary->fixed_cost; in Minimize()
143 iteration_summary.cost = current_state.cost + summary->fixed_cost; in Minimize()
360 iteration_summary.cost = current_state.cost + summary->fixed_cost; in Minimize()
Dtrust_region_minimizer.cc219 summary->initial_cost = cost + summary->fixed_cost; in Minimize()
220 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
366 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
666 iteration_summary.cost = cost + summary->fixed_cost; in Minimize()
Dsolver_impl.h91 double* fixed_cost,
Dcoordinate_descent_minimizer.cc209 summary->fixed_cost = 0.0; in Solve()
Dsolver.cc346 fixed_cost(-1.0), in Summary()
/external/ceres-solver/include/ceres/
Dsolver.h760 double fixed_cost; member
/external/ceres-solver/docs/source/
Dversion_history.rst631 #. A better way to compute ``Solver::Summary::fixed_cost``. (Markus Moll)
Dsolving.rst1911 .. member:: double Solver::Summary::fixed_cost