MultiIssueFun

class negmas.preferences.MultiIssueFun(*args, **kwargs)[source]

Bases: Fun, Protocol

A value function mapping values from multiple issues to a real number

Attributes Summary

dim

Methods Summary

__call__(x)

Call self as a function.

minmax(input)

rtype:

tuple[float, float]

scale_by(scale)

rtype:

MultiIssueFun

shift_by(offset)

rtype:

MultiIssueFun

xml(indx, issues[, bias])

rtype:

str

Attributes Documentation

dim

Methods Documentation

__call__(x)[source]

Call self as a function.

Return type:

float

minmax(input)[source]
Return type:

tuple[float, float]

scale_by(scale)[source]
Return type:

MultiIssueFun

shift_by(offset)[source]
Return type:

MultiIssueFun

xml(indx, issues, bias=0.0)[source]
Return type:

str