|
| Imitator (Model model, int id, double s, int x, int y, int c) |
|
void | experientialExploration (KnowledgeField kf, double p, boolean anyLowIntermediateCD) |
|
void | experientialExploitation (KnowledgeField kf, double currentExpertise, double p, boolean anyLowIntermediateCD) |
|
void | vicariousExploration (KnowledgeField kf2, double wd2, boolean anyIntermediateCD) |
|
void | vicariousExploitation (KnowledgeField kf1, KnowledgeField kf2, double d1, double d2, double cd) |
|
void | exitField (KnowledgeField kf) |
|
void | exitFieldInAnyCase (KnowledgeField kf) |
|
int | getExperientialExploration () |
|
int | getExperientialExploitation () |
|
int | getVicariousExploration () |
|
int | getVicariousExploitation () |
|
int | getExitField () |
|
java.awt.Color | getColor () |
|
| Firm (Model m, int id, double s, int x, int y, int c) |
|
void | initializeKnowledge (Random RandomNumbersGenerator) |
|
void | updatePerformanceThreshold (double avep) |
|
void | performAction () |
|
void | checkAlive () |
|
boolean | isDead () |
|
void | identifyRivals () |
|
void | updateKnowledge () |
|
abstract void | experientialExploration (KnowledgeField kf1, double p, boolean anyLowIntermediateCD) |
|
abstract void | experientialExploitation (KnowledgeField kf1, double currentExpertise, double p, boolean anyLowIntermediateCD) |
|
abstract void | vicariousExploration (KnowledgeField kf2, double wd2, boolean anyIntermediateCD) |
|
abstract void | vicariousExploitation (KnowledgeField kf1, KnowledgeField kf2, double d1, double d2, double cd) |
|
abstract void | exitField (KnowledgeField kf) |
|
abstract int | getExperientialExploration () |
|
abstract int | getExperientialExploitation () |
|
abstract int | getVicariousExploration () |
|
abstract int | getVicariousExploitation () |
|
abstract int | getExitField () |
|
abstract java.awt.Color | getColor () |
|
int | getIdentity () |
|
int | getYourCluster () |
|
int | getNumRivals () |
|
int | getNumRivalsInsideCluster () |
|
double | getCognitiveDistance () |
|
int | getNumFields () |
|
double | getLowestExpertise () |
|
double | getAverageExpertise () |
|
double | getHighestExpertise () |
|
double | getPerformance () |
|
double | getSize () |
|
int | getX () |
|
int | getY () |
|
double | getDistanceCoefficient (int x, int y) |
|
KnowledgeBase | getKnowledgeBase () |
|
The imitating firms. Imitator is a child of Firm. Imitators can only make vicarious exploration and vicarious exploitation. Action is taken in two steps. First, rivals are identified. Secondly, knowledge is changed.
- Author
- Sirio Capizzi
-
Guido Fioretti
-
Ruggero Rossi
- Copyright
- GNU Public License.