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
The linmin function uses Brent's method for root finding. The roots-fortran library has a lot of other options. Maybe the method to use could be an optional user input? That library would be a dependency of this one.
The
linminfunction uses Brent's method for root finding. The roots-fortran library has a lot of other options. Maybe the method to use could be an optional user input? That library would be a dependency of this one.