-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multivariate distribution support and input scaling option (#117)
Multivariate support, refactored domain space , bug fixes, added param normalization option
- Loading branch information
Showing
15 changed files
with
1,662 additions
and
1,406 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 2024 Aug 16: Scaling parameters in GP space | ||
Added an option `scale_params` to scale the parameters in GP space using min max scaler. Using 10 repeated `test_six_hump` test with param `y` scaled by a factor of 1000 we get the following results: | ||
|
||
Base case (y param not scaled in inputs or GP space): 0 out of 10 tests failed | ||
Y param not scaled, GP space scaled: 1 out of 10 tests failed | ||
Without scaling GP space: 0 out of 10 tests failed | ||
With scaling GP space: 2 out of 10 tests failed | ||
|
||
Scaling is not clearly useful so not exposing it as an option. |
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
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
Oops, something went wrong.