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 optim trait to make optimizers impl configurable. #18

Closed
wants to merge 1 commit into from
Closed

Conversation

ehsanmok
Copy link
Contributor

@ehsanmok ehsanmok commented Mar 6, 2019

This PR add the Optim<Config> trait so that implementations of different optimizers adhere to a common extensible interface.

@LaurentMazare Please check.

@ehsanmok ehsanmok mentioned this pull request Mar 7, 2019
26 tasks
@LaurentMazare
Copy link
Owner

Closing this now as the optimizer have been refactored a bit over the last couple weeks, hopefully with similar ideas. Using derive_builder seems nice but I prefer limiting the dependencies for now.

@rustrust rustrust mentioned this pull request Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants