csss-beedza/document/const-vars.txt

56 lines
962 B
Plaintext
Raw Normal View History

2013-07-16 22:47:44 +02:00
UTILITY (objectives of bee-keepers)
2013-07-16 17:01:27 +02:00
_
beekeep-utility = honey-quant * (honey-price - prod-cost) - (travel-cost * distance * vehicles) - moving-cost
2013-07-16 22:47:44 +02:00
honey-price (per kg, per flower-type)
2013-07-16 17:01:27 +02:00
>
honey-price-polyflower = 3.48
honey-price-acacia = 4.65
honey-price-lime = 4.65
honey-price-sunflower = 2.32
prod-cost (per hive)
>
2013-07-16 22:47:44 +02:00
100 euros (for all flower types)
2013-07-16 17:01:27 +02:00
moving-cost
>
2013-07-16 22:47:44 +02:00
moving-cost-other-county = 100 to 1000 euros (slider)
moving-cost-same-county = 0 euros
2013-07-16 17:01:27 +02:00
2013-07-16 22:47:44 +02:00
HONEY-QUANT (for 1 hive)
2013-07-16 17:01:27 +02:00
_
honey-quant = (bees-quant - 10000) * harv-index * uncertainty
harv-index
>
harv-index-polyflower = 0.000004
harv-index-acacia = 0.0000135
harv-index-lime = 0.000018
harv-index-sunflower = 0.000006
uncertainty
>
2013-07-16 22:47:44 +02:00
normal distri (slider)
2013-07-16 17:01:27 +02:00
2013-07-16 22:47:44 +02:00
BEES-QUANT (in 1 hive as function of time)
2013-07-16 17:01:27 +02:00
_
2013-07-16 22:47:44 +02:00
ifelse ticks <= 21
[2000 * ticks + 27000]
[500 * ticks + 65000]
2013-07-16 17:01:27 +02:00
min hive-quant per beekeeper = 30
max hive-quant per beekeeper = 60
max beekeeper per field = 1
1 hive = 25000 bees