'Is there a way to provide an initial guess for the the scale factor alpha in scipy's line_search?
I'm trying to rewrite some old code, that is using a line search method. Currently it's using the nlpy library, which unfortunately is incompatible with python3. I've managed to replace the relevant part with scipy's line_search(), but I haven't found a way to provide an initial guess for the scale factor alpha (which in turn is very easy in nlpy). Do you have any ideas on how to do that?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
