Closed AngelFP closed 2 years ago
This PR fixes a crash when saving the Ax experiment to a json file. This occurs when using the latest Ax version. It requires a small change in how our custom AxMetric and AxRunner are registered.
json
AxMetric
AxRunner
This PR fixes a crash when saving the Ax experiment to a
json
file. This occurs when using the latest Ax version. It requires a small change in how our customAxMetric
andAxRunner
are registered.