Private Attributes | |
double | mutationRate = 0.01d |
The probability that the firm's operating characteristics are altered in the mutation step. | |
double | priceMutationScale = 0.01d |
In the case that price at which the firm offers its good is mutated, this is done by randomly increasing or decreasing the current value by adding/subtracting (actual value * priceMutationScale). | |
double | observedFirmsQuotient = 1d |
The number of observed suppliers for buying the circulating and fixed capital. | |
double | dividendRate = 0.5d |
dividendRate * max (Firm.money, 0) is payed out as dividend. | |
double | targetInventoryRatio = 2d |
The maximal rate of production increase in one period. | |
double | debts = 0 |
The initial debt. | |
double | salesForecastUpdateRate = 0.25d |
sales forecast change rate |
Definition at line 28 of file FirmInitValues.java.
double mutationRate = 0.01d [private] |
The probability that the firm's operating characteristics are altered in the mutation step.
Firm.mutate
Definition at line 41 of file FirmInitValues.java.
double priceMutationScale = 0.01d [private] |
In the case that price at which the firm offers its good is mutated, this is done by randomly increasing or decreasing the current value by adding/subtracting (actual value * priceMutationScale).
Definition at line 54 of file FirmInitValues.java.
double observedFirmsQuotient = 1d [private] |
The number of observed suppliers for buying the circulating and fixed capital.
Definition at line 64 of file FirmInitValues.java.
double dividendRate = 0.5d [private] |
dividendRate * max (Firm.money, 0) is payed out as dividend.
Definition at line 70 of file FirmInitValues.java.
double targetInventoryRatio = 2d [private] |
The maximal rate of production increase in one period.
target inventory to sales ratio
Definition at line 82 of file FirmInitValues.java.
double debts = 0 [private] |
double salesForecastUpdateRate = 0.25d [private] |