possible_queries

negmas.elicitation.possible_queries(nmi, strategy, user, outcome=None)[source]

Gets all queries that could be asked for that outcome until an exact value of ufun is found.

For each ask, the following tuple is returned: (outcome, query, cost)

Return type:

list[tuple[Outcome, list[ScipyDistribution], float]]