Skip to content

Conversation

@ltiao
Copy link
Contributor

@ltiao ltiao commented Oct 16, 2025

Summary:

Context

We encounter duplicates in candidate generation when using an early-stopping strategy. So far this has been mitigated by specifying should_deduplicate=True in the GenerationNode. This appears to stem from an early-stopping trial f(x, t) stopped at progression t < T later being deemed promising by the surrogate when extrapolated to f(x, T) with fixed features.

Changes

This adds early-stopped trials to the pending observation features, which serves to prevent it from being suggested later.

TODO: Benchmarking

Differential Revision: D84842619

Summary:
## Context

We encounter duplicates in candidate generation when using an early-stopping strategy. So far this has been mitigated by specifying `should_deduplicate=True` in the `GenerationNode`. This appears to stem from an early-stopping trial f(x, t) stopped at progression t < T later being deemed promising by the surrogate when extrapolated to f(x, T) with fixed features.

## Changes

This adds early-stopped trials to the pending observation features, which serves to prevent it from being suggested later.

TODO: Benchmarking

Differential Revision: D84842619
@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Oct 16, 2025
@meta-codesync
Copy link

meta-codesync bot commented Oct 16, 2025

@ltiao has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84842619.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.19%. Comparing base (2d1f813) to head (23cb330).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4450   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files         553      553           
  Lines       56687    56687           
=======================================
  Hits        54531    54531           
  Misses       2156     2156           

☔ 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.

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 meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants