Class T3Configuration
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
org.tweetyproject.agents.dialogues.oppmodels.sim.T2Configuration
org.tweetyproject.agents.dialogues.oppmodels.sim.T3Configuration
This class encapsulates configuration options for generating
T3 belief states. For simplicity we only consider the
case that no more than one virtual argument is mapped
to a real one.
- Author:
- Matthias Thimm
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The percentage of virtual arguments in the view of an agent.double
The percentage of attacks a virtual argument retains from the original attacks.Fields inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.T2Configuration
maxRecursionWidth
Fields inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
maxRecursionDepth, probRecursionDecay
-
Constructor Summary
-
Method Summary
-
Field Details
-
percentageVirtualArguments
public double percentageVirtualArgumentsThe percentage of virtual arguments in the view of an agent. -
percentageVirtualAttacks
public double percentageVirtualAttacksThe percentage of attacks a virtual argument retains from the original attacks.
-
-
Constructor Details
-
T3Configuration
public T3Configuration()
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classT2Configuration
-
equals
- Overrides:
equals
in classT2Configuration
-