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

Remove unnecessary data shuffling in waypoint gradient descent solver #60

Open
rickvanveen opened this issue Apr 30, 2021 · 0 comments
Open
Assignees
Milestone

Comments

@rickvanveen
Copy link
Owner

Is your feature request related to a problem? Please describe.
Remove shuffling data from waypoint gradient descent solver. As the waypoint gradient descent is using the entire dataset to update the model parameters the order of the data is not important. Would speed up computation and is just unnecessary.

Describe the solution you'd like
Remove random shuffling of data in waypoint gradient descent solver.

Describe alternatives you've considered
n/a

Additional context
n/a

@rickvanveen rickvanveen self-assigned this Apr 30, 2021
@rickvanveen rickvanveen added this to the v0.2 milestone Apr 30, 2021
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