Mia Garrard
Mia Garrard
Summary: We have replaced the more limited MinimumTrialsInStatus with the more flexible TransitionCriterion MinTrials. This diff we remove the completioncriteria file In following diffs we will: - revisit storage -...
Summary: We have replaced the more limited MinimumTrialsInStatus with the more flexible TransitionCriterion MinTrials. This diff we empty the completioncriteria file as recommended prior to deletion In following diffs we...
Summary: We have replaced the more limited MinimumTrialsInStatus with the more flexible TransitionCriterion MinTrials. This diff updates MinimumPreferenceOccurances to directly inherit from its source in TransitionCriterion file In following diffs...
Summary: As we transition to using GenerationNodes by default in GenerationStrategy, we want to add in a geneartion_node_name argument to Trial Objects. This arg is analogous to the generation_step_index, but...
Summary: While I was working on adding some new tests I noticed we could be using the vars defined in setup much more in the file to reduce redundancy Differential...
Summary: In order to support multiple models in a single gen call we need to support the `Auto` Transition class. This criterion will automatically move to the next node once...
Summary: This diff enables multiple nodes to be used to generate a single batch trial. Right now the limitations are that: (1) currently each node only contributes 1 gr to...
### Discussed in https://github.com/facebook/Ax/discussions/2405 Originally posted by **Wang-Zujian** April 28, 2024 When I set up my optimization with the service API, the CPU is always working, and my GPU is...
Summary: This diff adds the functionality to generate multiple generator runs per node in a trial that uses multiple nodes. In follow up diffs we will: 1. Support fixed features...
Summary: Cleans up an easy todo that adds additional clarity to one of the generation node methods where we make raising an error the exception as opposed to the expectation...