-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transition_to argument to TransitionCriterion (#1921)
Summary: It is important that the transition criteria can tell the GenerationStrategy which node to move to once the criteria is met. This diff adds the transition_to field to TransitionCriterion Things in the pipeline: (1) Update the transition criterion class to check on a per node basis, instead of per experiment (2) Use the transition criterion to determine if a node is complete (3) add is_complete to generationNode and then use that in generation Strategy for moving forward (4) [Mby] skip max trial criterion addition if numtrials == -1 (5) add transition criterion to the repr string + some of the other fields that havent made it yet (6) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed Reviewed By: lena-kashtelyan Differential Revision: D50295684
- Loading branch information
1 parent
bfccae0
commit 3eb4da3
Showing
4 changed files
with
62 additions
and
14 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
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