-
Notifications
You must be signed in to change notification settings - Fork 13
Add sparse grid designs #36
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
base: master
Are you sure you want to change the base?
Conversation
Implementation of Sparse Grid Design #16 |
Thanks for this work! Generally, it looks good and complete.
It's nice that it's based on a an existing implementation. I'm not sure if the convenience features @quaquel, what do you think of this implementation? Are these the right (or at least useful) Sparse Grids? Is this useful for non-full-factorial experimental designs in your opinion? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @saudzahirr! Looks like you are DOE-ing very well! 😄
f9264d9
to
1df348a
Compare
Another day, another DOE! 😎 |
1df348a
to
a3033cf
Compare
@relf, @laraibg786 and I are planning to modernize the docs by migrating from Sphinx to MkDocs (Material theme), similar to Pydantic’s docs. Would you be open to a PR for this? |
@EwoutH please review the changes. |
Sure, I also prefer markdown |
@EwoutH waiting for your approval! |
I will try to take a look later today. |
Add Sparse Grid Designs using Smolyak’s construction, including
doe_sparse_grid
, andsparse_grid_dimension
with docs and tests.