Classes | |
class | ValueCalculator |
The findSuppliers method was the bottleneck of the model calculation, not because of its complexity, but because it is called very often. One part of the calculation was to determine the number of firms that should be observed, which is the actual number of firms in the sector multiplied with Suppliers.firmsToObserveQuotient rounded to the integer values. For this multiplication we now use a lookup table, the NumFirmsToObserveTable.
Definition at line 94 of file Suppliers.java.