Closed esantorella closed 6 days ago
This pull request was exported from Phabricator. Differential Revision: D64198634
This pull request was exported from Phabricator. Differential Revision: D64198634
Attention: Patch coverage is 98.47328%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 95.70%. Comparing base (
241ad71
) to head (0db4288
).
Files with missing lines | Patch % | Lines |
---|---|---|
ax/benchmark/benchmark_metric.py | 90.24% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request was exported from Phabricator. Differential Revision: D64198634
This pull request has been merged in facebook/Ax@0cab5d2074c347a0d7a781050b48009a783f86dd.
Summary:
BenchmarkMapMetric
MapMetric
, returningMapData
.BenchmarkMapTestFunction
BenchmarkMapMetric
will handle that.LearningCurveTestFunction
ABenchmarkTestFunction
that decays smoothly to the value of some underlying base test function. This may not be interesting to benchmark, but is useful for testing. We may want to delete this.BenchmarkRunner
BenchmarkMapMetric
will handle that.benchmark_problem.py
Adds an option to generate aLearningCurveTestFunction
from a BoTorch problem. We may want to delete this if we don't want to keepLearningCurveTestFunction
around.BenchmarkTrialMetadata
Now storesYs
andYstds
as numpy arrays rather than lists of floats.Differential Revision: D64198634