-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplifies isolation mechanisms (#224)
* Clarifies registration and env creation using create * Removes problem registration from all black boxes * Fixes a misimport in toy function testing * Modifies the logic of the force isolation test * Removes problem registration in create * Refactors some of the utilities of isolation * removes problem registration related functions * removes external black boxes and problem factory scripts * Removes force registration kwarg * Improves comments and docs * Runs the ruff linter * Cleans comments in objective factory * Adds a force isolation flag to the abstract black box * Changes the commit message on rmf
- Loading branch information
1 parent
2b4142a
commit 9261a9d
Showing
63 changed files
with
170 additions
and
1,513 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
9 changes: 0 additions & 9 deletions
9
examples/the_basics/a_simple_objective_function_registration/environment.yml
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
examples/the_basics/a_simple_objective_function_registration/querying_aloha.py
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
examples/the_basics/a_simple_objective_function_registration/registering_aloha.py
This file was deleted.
Oops, something went wrong.
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
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.