-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trust region with mixed search spaces (#821)
* Add trust region with mixed search spaces * Add unit tests for tr discrete and product (WIP) * Fix string format * Add remaining tr product unit tests * Fix mock call_args for old python ver * Add batch tr produce unit tests * Update (minor) comments and docstrings * Add more explanations * Remove general dtype detection, not really useful * Add integ test for TR mixed space * Add notes about mixed spaces dtype * Fix cast for discrete space * Add turbo based integ tests, that shows arch issue * Add input_active_dims mechanism * Make select_in_region typing consistent * Add a bit more explanation for active_dims * Use new discrete steps to include 3 mins
- Loading branch information
1 parent
eea50fd
commit 9d9e71c
Showing
6 changed files
with
1,059 additions
and
35 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
Oops, something went wrong.