Closed esantorella closed 3 days ago
This pull request was exported from Phabricator. Differential Revision: D66102399
This pull request was exported from Phabricator. Differential Revision: D66102399
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.70%. Comparing base (
0cab5d2
) to head (aaa03cf
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This pull request has been merged in facebook/Ax@b9acb795e683d3759553082c2de662f927c2eb80.
Summary: Context: For benchmarking, we would like to be able to store a
BackendSimulator
and reload and inspect it later. So it needs to be serializable.This PR:
BackendSimulator
and the dataclasses it depends on,SimTrial
andBackendSimulatorOptions
Differential Revision: D66102399