Skip to content
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

Fix GenerationStrategy and GenerataionNode todos #330

Closed
wants to merge 1 commit into from

Conversation

mgarrard
Copy link
Contributor

Summary:
In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:

  • revisit storage
  • update AEPsych GSs as needed
  • determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Differential Revision: D52898268

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 22, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 22, 2024
Summary:
X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Differential Revision: D52898268

fbshipit-source-id: 16d5c829a2187402dc0d18b1e22b88d2da5b4f3e
mgarrard added a commit to mgarrard/aepsych that referenced this pull request Jan 24, 2024
Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 24, 2024
Summary:
Pull Request resolved: facebook#2142

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268

fbshipit-source-id: 6dcf3d62641cbf652c80006cca39cff1fb4bb39a
mgarrard added a commit to mgarrard/aepsych that referenced this pull request Jan 26, 2024
Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 26, 2024
Summary:
Pull Request resolved: facebook#2142

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268

fbshipit-source-id: 519739f596a4e497e6805c99a1757a412d6c2a1a
mgarrard added a commit to mgarrard/aepsych that referenced this pull request Jan 29, 2024
Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 29, 2024
Summary:
Pull Request resolved: facebook#2142

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268

fbshipit-source-id: 843ba6a41f3a81a258f305169834062b8ec7fad0
mgarrard added a commit to mgarrard/aepsych that referenced this pull request Jan 30, 2024
Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 30, 2024
Summary:

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 30, 2024
Summary:

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
mgarrard added a commit to mgarrard/aepsych that referenced this pull request Jan 30, 2024
Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 30, 2024
Summary:

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

Summary:
X-link: facebook/Ax#2142


In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
mgarrard added a commit to mgarrard/Ax that referenced this pull request Jan 31, 2024
Summary:

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52898268

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in dcda999.

facebook-github-bot pushed a commit to facebook/Ax that referenced this pull request Jan 31, 2024
Summary:
Pull Request resolved: #2142

X-link: facebookresearch/aepsych#330

In this diff we update the Ax GenerationStrategy code to remove all todos related to aepsych, and use the standard GS code flow for aepsych usecases. This required some minimal updates to the aepsych criterion and one of the storage tests.

In following diffs we will:
- revisit storage
- update AEPsych GSs as needed
- determine if run indefinetly can be replaced by simply having gen_unlimited_trials = true

Reviewed By: lena-kashtelyan

Differential Revision: D52898268

fbshipit-source-id: 4cc98b100c26aed052322f13ae103455733e1606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants