Skip to content

Conversation

@Cesar-Cardoso
Copy link
Contributor

Summary: Fix remaining Pyre errors in experiment.py

Differential Revision: D80579073

@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 20, 2025
@facebook-github-bot
Copy link
Contributor

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

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Aug 20, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64

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

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

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Aug 20, 2025
Summary:
Pull Request resolved: facebook#4179

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64

Differential Revision: D80579073
@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2025

Codecov Report

❌ Patch coverage is 96.60194% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.26%. Comparing base (3f68f00) to head (85d5cfb).

Files with missing lines Patch % Lines
ax/core/parameter.py 89.28% 3 Missing ⚠️
ax/core/experiment.py 93.33% 2 Missing ⚠️
ax/core/search_space.py 93.10% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #4179    +/-   ##
========================================
  Coverage   96.26%   96.26%            
========================================
  Files         564      564            
  Lines       57917    58099   +182     
========================================
+ Hits        55751    55927   +176     
- Misses       2166     2172     +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Aug 21, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

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

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

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Aug 21, 2025
Summary:
Pull Request resolved: facebook#4179

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

Differential Revision: D80579073
Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Aug 29, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

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

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

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Sep 23, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

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

@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073.

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Sep 23, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

Differential Revision: D80579073
Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Sep 24, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

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

@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073.

Cesar-Cardoso added a commit to Cesar-Cardoso/Ax that referenced this pull request Sep 24, 2025
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

Differential Revision: D80579073
Summary:

Add two properties to `Parameter`:
1. `backfill_value` - used for parameters added to experiments that already have run trials. Specifies the backfill value to use for trials that have already run.
2. `default_value` - used for parameters disabled in experiments that already have run trials. Specified the default value to use in modeling for future trials.

Reviewed By: lena-kashtelyan

Differential Revision: D79260975
Summary:

In `Experiment` add two methods `add_parameters_to_search_space` and `disable_parameters_in_search_space`.

In `Adapter._process_and_transform_data` check if the experiment's search space has been updated and update the adapter's search space and model space. Use `backfill_values` for `FillMissingParameters` transform.

In `GenerationNode._determine_fixed_features_from_node` check for any disabled parameters. Add their `default_value` as fixed features.

Reviewed By: lena-kashtelyan

Differential Revision: D79263457
Summary:

Fix remaining Pyre errors in experiment.py

Reviewed By: mpolson64, lena-kashtelyan

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

@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f20f3de.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants