TableMultiFun

class negmas.preferences.TableMultiFun(mapping)[source]

Bases: MultiIssueFun

Attributes Summary

dim

mapping

Methods Summary

__call__(x)

Call self as a function.

minmax(input)

rtype:

tuple[float, float]

scale_by(scale)

rtype:

TableMultiFun

shift_by(offset)

rtype:

TableMultiFun

xml(indx, issues[, bias])

rtype:

str

Attributes Documentation

dim
mapping: dict[tuple, Any]

Methods Documentation

__call__(x)[source]

Call self as a function.

minmax(input)[source]
Return type:

tuple[float, float]

scale_by(scale)[source]
Return type:

TableMultiFun

shift_by(offset)[source]
Return type:

TableMultiFun

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

str