You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite/improve the evaluate()-method to make it very clear what part of the results belongs to what data_idx, as they are currently returned in the order PRISM handles them (which has no logic for the user at all).
Split results up into the individual emulator iterations at which the sample was last evaluated;
Every result must show to which data point (data_idx) it belongs to;
Allow for a subset of data_idx to be given?
The text was updated successfully, but these errors were encountered:
Rewrite/improve the
evaluate()
-method to make it very clear what part of the results belongs to whatdata_idx
, as they are currently returned in the order PRISM handles them (which has no logic for the user at all).data_idx
) it belongs to;data_idx
to be given?The text was updated successfully, but these errors were encountered: