|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.ObjectdecisionMakingSystem.AgentParameters
public final class AgentParameters
A central place to set some of the agent related parameters. So far it gathers:
| Field Summary | |
|---|---|
static double |
biasProbability
least necessary probability to go to the place in SearchMemory in Want |
double |
effortAttributeCoeficient
no clue - maybe for the probability that item will be spoted? |
double |
effortCoeficient
no clue - maybe for the probability that item will be spoted? |
static int |
maxNumberOfPerceivedItems
maximal number of items agent can perceive at the same time means as well the maximal number elements in perceivedItems in PerceptiveField |
static int |
numberOfItemsInInventory
number of items agent can carry at once |
static int |
numberOfTriedPlacesInMemory
number of places he will round during SearchMemory in Want |
| Constructor Summary | |
|---|---|
AgentParameters()
|
|
| Method Summary | |
|---|---|
void |
updateCoeficients(double stress)
update the coeficients according to stress value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int numberOfItemsInInventory
public double effortCoeficient
public double effortAttributeCoeficient
public static int numberOfTriedPlacesInMemory
public static double biasProbability
public static final int maxNumberOfPerceivedItems
| Constructor Detail |
|---|
public AgentParameters()
| Method Detail |
|---|
public void updateCoeficients(double stress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||