-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
I'm having a problem getting the final values of parameters. I defined a custom cost function (PyCeres.CostFunction) and used options.linear_solver_type = PyCeres.LinearSolverType.DENSE_QR, with options = PyCeres.SolverOptions(). I also define an initial_x and parameters = np.array(initial_x). However, once the solver converges, the value of parameters is equal to its initial value. I added a print in the cost function inside the cost function and I could see the different values of parameters evaluated at each iteration.
Is there a way to get the final values of parameters once the problem is solved?
Thanks,
Azza
Metadata
Metadata
Assignees
Labels
No labels