-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b535042
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.
How about a link to Cubature and any others? The package listing is a bit daunting.
b535042
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.
Do we really want to single out particular external packages here?
There are also decent importance-sampled Monte-Carlo algorithms in GSL (which are often better than Cubature for ≳ 6 dimensions or for nonsmooth integrands), the fastgauss package, and presumably other packages will be added in the future. It just seems like this list could get out of hand...
b535042
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.
Yes, it could get out of hand. But if I was a newcomer, it would be impossible to figure this out. Also, if users are recommended such packages, they should also be high quality. I think such a list would actually be worthwhile to have. Maybe the right time to do it is after the 0.4 release.