-
Notifications
You must be signed in to change notification settings - Fork 42
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
Multi trust regions #773
Multi trust regions #773
Commits on May 18, 2023
-
Victor Picheny committed
May 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 905dc14 - Browse repository at this point
Copy the full SHA 905dc14View commit details -
Victor Picheny committed
May 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c27203 - Browse repository at this point
Copy the full SHA 5c27203View commit details
Commits on Jun 2, 2023
-
Victor Picheny committed
Jun 2, 2023 Configuration menu - View commit details
-
Copy full SHA for e46150d - Browse repository at this point
Copy the full SHA e46150dView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ceadabe - Browse repository at this point
Copy the full SHA ceadabeView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 990b6cd - Browse repository at this point
Copy the full SHA 990b6cdView commit details
Commits on Jul 26, 2023
-
Refactor multi trust region implementation
Provide base abstract classes for updateable search space and multi trust region rule. Implement concrete classes for box multi trust region rule.
Configuration menu - View commit details
-
Copy full SHA for ebe27f4 - Browse repository at this point
Copy the full SHA ebe27f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff37fe - Browse repository at this point
Copy the full SHA 3ff37feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 683eacc - Browse repository at this point
Copy the full SHA 683eaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809153c - Browse repository at this point
Copy the full SHA 809153cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ee392 - Browse repository at this point
Copy the full SHA b6ee392View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc16e2 - Browse repository at this point
Copy the full SHA fcc16e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f21527 - Browse repository at this point
Copy the full SHA 9f21527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1762d82 - Browse repository at this point
Copy the full SHA 1762d82View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 535dbb1 - Browse repository at this point
Copy the full SHA 535dbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b97508 - Browse repository at this point
Copy the full SHA 5b97508View commit details
Commits on Aug 2, 2023
-
Address feedback plus other small changes
* Use generic search space type for MultiTrustRegionBox * Add some private methods to TrustRegionBox * Add kwargs to reinitialize/update * Use American spelling * Move helper function to utils
Configuration menu - View commit details
-
Copy full SHA for c4ce7ab - Browse repository at this point
Copy the full SHA c4ce7abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b5687 - Browse repository at this point
Copy the full SHA 20b5687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c38efb - Browse repository at this point
Copy the full SHA 0c38efbView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 309ef09 - Browse repository at this point
Copy the full SHA 309ef09View commit details
Commits on Aug 4, 2023
-
Some updates to rule/utils from feedback
* Rename reinitialize to initialize * Replace get_single_model_and_dataset with generic get_value_for_tag; plus update unit tests * Add unit tests for and change get_unique_points_mask implementation as previous version erroneously identified some points as duplicates
Configuration menu - View commit details
-
Copy full SHA for d58306e - Browse repository at this point
Copy the full SHA d58306eView commit details
Commits on Aug 7, 2023
-
Create subspaces outside the rule
Plus revert addition of kwargs
Configuration menu - View commit details
-
Copy full SHA for c2abf11 - Browse repository at this point
Copy the full SHA c2abf11View commit details -
Fix func to work with old tensorflow
tf.sqrt for array with inf returns nan in older versions.
Configuration menu - View commit details
-
Copy full SHA for 12c8f1f - Browse repository at this point
Copy the full SHA 12c8f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c725bd - Browse repository at this point
Copy the full SHA 3c725bdView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be06c63 - Browse repository at this point
Copy the full SHA be06c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for a313bf8 - Browse repository at this point
Copy the full SHA a313bf8View commit details -
Add shape-checking/docstring for mask func
Plus one other minor tweak.
Configuration menu - View commit details
-
Copy full SHA for 0706656 - Browse repository at this point
Copy the full SHA 0706656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9def562 - Browse repository at this point
Copy the full SHA 9def562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0973630 - Browse repository at this point
Copy the full SHA 0973630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f370b - Browse repository at this point
Copy the full SHA 01f370bView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dad0936 - Browse repository at this point
Copy the full SHA dad0936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b4aa4 - Browse repository at this point
Copy the full SHA 66b4aa4View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bb6a80 - Browse repository at this point
Copy the full SHA 9bb6a80View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4924557 - Browse repository at this point
Copy the full SHA 4924557View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e125d - Browse repository at this point
Copy the full SHA f0e125dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3daa81f - Browse repository at this point
Copy the full SHA 3daa81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b19246 - Browse repository at this point
Copy the full SHA 0b19246View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 044f07c - Browse repository at this point
Copy the full SHA 044f07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca39e9 - Browse repository at this point
Copy the full SHA 8ca39e9View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef62eeb - Browse repository at this point
Copy the full SHA ef62eebView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5634c85 - Browse repository at this point
Copy the full SHA 5634c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f17839 - Browse repository at this point
Copy the full SHA 8f17839View commit details