MultiIssueFun

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

Bases: negmas.preferences.protocols.Fun, Protocol

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

Attributes Summary

dim

rtype

int

Methods Summary

__call__(x)

Call self as a function.

minmax(input)

rtype

tuple[float, float]

scale_by(scale)

rtype

MultiIssueFun

shift_by(offset[, change_bias])

rtype

MultiIssueFun

xml(indx, issues[, bias])

rtype

str

Attributes Documentation

dim
Return type

int

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, change_bias=False)[source]
Return type

MultiIssueFun

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

str