Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a parameter to solvers to control step size update scheme. #50

Open
rickvanveen opened this issue Mar 24, 2021 · 0 comments
Open

Add a parameter to solvers to control step size update scheme. #50

rickvanveen opened this issue Mar 24, 2021 · 0 comments

Comments

@rickvanveen
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently, there is no way to change the step_size update scheme of the SteepestGradientDescent solver.

Describe the solution you'd like
Instead of the now hard coded scheme enable changing the scheme through a parameter that can be passed through to the solver.

Describe alternatives you've considered
There are not alternatives, other then copying/forking the code and changing the scheme in the code.

Additional context
N/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant