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

Simplified the api by removing the Params object. #6

Closed

Conversation

ingenieroariel
Copy link

This pull requests reduces the number of lines of code while simplifying the API and solving an open issue that prevented the tests from running (Fixes #4)

I hope you like the new syntax as much as I do :)

@madeleineudell
Copy link
Owner

That's an interesting modification. I'm going to leave it as is for now, because the same parameters apply to a number of different algorithms I'm planning to add to this package. But I agree that if admm were the only algorithm in this package, it would be better not to create a new type for the parameters.

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.

Making params optional broke examples
2 participants