Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
BFGS user should be able to pass parameters to the line search #1043
Comments
|
Clarification: The purpose is for the user to be able to control the parameters of the actual line search algorithm, of which only |
This should just be a matter of accepting a dict named
line_search_kwargsor such and passing it through to the actual line search.This was a feature request that came out of discussing #1034.