You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the lack of line search to be a real bottleneck for the applications we have been looking at so far. For those where differentiability of the solution is not critical, we can rely on scipy.optimize.least_squares and exploit autograd from pytorch throughtorch.autograd.functional.jacobian however this also means having to go back to the CPU which may slow things down depending on the problem size.
Are there any plans to introduce line search to bridge the gap in convergence reliability with scipy, ceres and the like?
Hi @tvercaut. This feature is a the top of our wish list, but, unfortunately, we are extremely time constrained with other projects at the moment and don't have time for active development on Theseus. We don't have a concrete time line for this at the moment, really sorry about this.
Current implementation is not friendly for the development of line search and will need some refactoring.
The text was updated successfully, but these errors were encountered: