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

Implement batched grid reduction #21

Open
adabbott opened this issue Jul 22, 2019 · 0 comments
Open

Implement batched grid reduction #21

adabbott opened this issue Jul 22, 2019 · 0 comments

Comments

@adabbott
Copy link
Collaborator

Currently, grid_reduction = N builds up a dataset of size N one training point at a time. This maximizes the spacing of the points, but is slow when drawing N points from very large grids (> 1 million). Implement batch grid reduction as a keyword option grid_reduction_batch = 10. The spacing may be less robust, but the speed of selecting points will improve drastically.

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

No branches or pull requests

1 participant