get_worst_instance#
- Interaction.get_worst_instance(result_type: ResultType) InteractionInstance#
Get the worst instance for this interaction.
- Parameters:
- result_type
ResultType The result type to get the worst case instance for.
- result_type
- Returns:
InteractionInstanceThe worst case instance for this interaction.
- Raises:
RuntimeErrororValueErrorIf the worst case instance cannot be retrieved.