Isaac Trumper
Isaac Trumper
To possibly add to the confusion (sorry!) I am using `na::Vector3` as my parameter vector and everything is happy. Typically, when I've had trait bound issues with nalgebra, its due...
Here's a snippet of the logs that I am getting from running an optimization problem with the following parameters: ```Rust // Backtracking is a more stable line search, but slow...
Thank you for the suggestion to tweak the minimum step size on the line search. I have modified it to be `1e-3`, and adjusted the maximum step up to `f64::INFINITY`...
> I must apologize, I did not read your first post carefully enough and did not notice that you had already changed the bounds. 🤦♂️ I though you had changed...
Can you explain a bit more about what you mean by "backend"? Do you want to use the dataframes as your `Param`, `Gradient`, or `Output` types in the problem? If...
Thanks for taking the time to look it over and provide feedback! That is a great help, and thanks for letting me know about your availability. I don't have expectations...