Package | Description |
---|---|
genius.core.analysis | |
genius.core.parties | |
genius.core.repository | |
genius.core.representative | |
genius.core.uncertainty.flattening | |
genius.core.utility |
Modifier and Type | Method and Description |
---|---|
java.util.List<UtilitySpace> |
MultilateralAnalysis.getUtilitySpaces() |
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
PartyWithUtility.getUtilitySpace() |
UtilitySpace |
NegotiationPartyInternal.getUtilitySpace()
Gets the agent's utility space.
|
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
ProfileRepItem.create() |
Modifier and Type | Class and Description |
---|---|
class |
UncertainUtilitySpace
Μajor Class incorporating multiple preference profiles introducing uncertainty about user preferences
created by D.Tsimpoukis, Jan 2018
|
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
UncertainUtilitySpace.copy() |
Modifier and Type | Class and Description |
---|---|
class |
FlattenedUtilitySpace
Μajor Class incorporating multiple preference profiles introducing uncertainty about user preferences
created by D.Tsimpoukis, Jan 2018
|
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
FlattenedUtilitySpace.copy() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUtilitySpace
Implements the basic functionality of
UtilitySpace but does not
implement the details. |
class |
AdditiveUtilitySpace
The additive utility space couples all objectives to weights and evaluators.
|
class |
AdditiveUtilitySpaceWithPerturbation |
class |
ConstraintUtilitySpace |
class |
NonlinearUtilitySpace
In the non-linear scenarios, the agents no longer have linear utility
functions; instead, they can only sample their utility of a bid through the
getUtility() method.
|
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
UtilitySpace.copy() |
UtilitySpace |
NonlinearUtilitySpace.copy() |
UtilitySpace |
ConstraintUtilitySpace.copy() |
UtilitySpace |
AdditiveUtilitySpace.copy() |
Constructor and Description |
---|
UtilitySpaceTools(UtilitySpace space) |