-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Latin Hypercube sampling (#216)
* Added Latin Hypercube sampling * added chebyshev2-noisy * changes suggested by shuheng * fixed latin-hypercube for 2D generator * skipped defining self.examples for chebychev-noisy and latin-hypercube
- Loading branch information
1 parent
0ee81fd
commit fb91d55
Showing
2 changed files
with
49 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ | |
|
||
# Turn on future warning by default | ||
warnings.simplefilter('always', FutureWarning) | ||
|
||
__version__ = "0.6.3-dev" |
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