Skip to content

fix(ray_tune): use measurementspace to get virtual properties#668

Open
michael-johnston wants to merge 4 commits intomainfrom
maj_tune_vprop_fix
Open

fix(ray_tune): use measurementspace to get virtual properties#668
michael-johnston wants to merge 4 commits intomainfrom
maj_tune_vprop_fix

Conversation

@michael-johnston
Copy link
Member

MeasurementSpace is scoped to the current operation. Previous code used entity which could contain matching properties from other experiments, causing issues.

The code assumed the entity contained the just measured property values, and hence it could be used to do the aggregation - however this was not the case.

At some stage the code was changed to work directly with the MeasurementRequests and updating this piece was missed.
It is scoped to the current operation. Previous code used entity which could contain matching properties from other experiments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant