Package | Description |
---|---|
genius.core | |
genius.core.protocol | |
genius.core.tournament.VariablesAndValues |
Class and Description |
---|
AgentParameterVariable
ProfileVariable is a variable for a tournament,
indicating that the profile is to be manipulated.
|
AgentParamValue
This class contains a possible parameter value for a nego session
A parameter value is a value that will appear as a start-up argument for the agent,
for instance the random-seed value, a tau value or debug options
|
Class and Description |
---|
AgentParameterVariable
ProfileVariable is a variable for a tournament,
indicating that the profile is to be manipulated.
|
AgentParamValue
This class contains a possible parameter value for a nego session
A parameter value is a value that will appear as a start-up argument for the agent,
for instance the random-seed value, a tau value or debug options
|
Class and Description |
---|
AgentParameterVariable
ProfileVariable is a variable for a tournament,
indicating that the profile is to be manipulated.
|
AgentParamValue
This class contains a possible parameter value for a nego session
A parameter value is a value that will appear as a start-up argument for the agent,
for instance the random-seed value, a tau value or debug options
|
TournamentValue
TournamentValue is a value that a TournamentVariable can take.
|
TournamentVariable
TournamentVariable is an abstract class, it is either a ProfileVariable,
AgentVariable or AgentParameterVariable, and it has a set of values that it
can take.
|