Struct ceres_solver::nlls_problem::NllsProblemSolution
source · pub struct NllsProblemSolution {
pub parameters: Vec<Vec<f64>>,
pub summary: SolverSummary,
}Expand description
Solution of a non-linear least squares problem NllsProblem.
Fields§
§parameters: Vec<Vec<f64>>Values of the parameters, in the same order as they were added to the problem.
summary: SolverSummarySummary of the solver run.