Closed esantorella closed 3 days ago
This pull request was exported from Phabricator. Differential Revision: D66100116
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.69%. Comparing base (
0cab5d2
) to head (a08d896
).
: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@7526bcdcd46308b580e0f9300fa6ea958d1aeaaa.
Summary: Context: The
BackendSimulator
can be reset to its initial state. This functionality is not used. I would like to be able to serialize and deserializeBackendSimulator
s in order to permit analysis of past simulations. The presence of_init_state
makes this much harder, since there are then two states that need to be considered, the initial state and the current state.This PR:
_init_state
and the methodreset
fromBackendSimulator
Differential Revision: D66100116