FirmInitValues Class Reference

The initialization values for the Firm. More...

List of all members.

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


Detailed Description

The initialization values for the Firm.

Definition at line 28 of file FirmInitValues.java.


Member Data Documentation

double mutationRate = 0.01d [private]

The probability that the firm's operating characteristics are altered in the mutation step.

See also:
Foundation.mutateFirms

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).

See also:
Firm.mutate

Definition at line 54 of file FirmInitValues.java.

double observedFirmsQuotient = 1d [private]

The number of observed suppliers for buying the circulating and fixed capital.

See also:
Suppliers.findCheapestSupplier

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]

The initial debt.

Definition at line 89 of file FirmInitValues.java.

double salesForecastUpdateRate = 0.25d [private]

sales forecast change rate

Definition at line 95 of file FirmInitValues.java.


The documentation for this class was generated from the following file:
Generated on Tue Sep 14 11:11:49 2010 for lagom_generiC by  doxygen 1.5.4