get_worst_instance#

Interaction.get_worst_instance(result_type: ResultType) InteractionInstance#

Get the worst instance for this interaction.

Parameters:
result_typeResultType

The result type to get the worst case instance for.

Returns:
InteractionInstance

The worst case instance for this interaction.

Raises:
RuntimeError or ValueError

If the worst case instance cannot be retrieved.