CS计算机代考程序代写 MATH3202/7232 Operations Research & Mathematical Planning 2021

MATH3202/7232 Operations Research & Mathematical Planning 2021
Practical 11 – Bird Song
A male bird needs to sing in order to find a mate but also needs to spend time foraging to survive. How should he split his time between these two tasks?
We will split a time horizon of one day into 150 time segments (just under 10 minutes each) where the bird is able to decide his behaviour in each segment. Time 0 is dawn, time 75 is dusk and time 150 is dawn of the following day. During each day segment (0– 74) he can sing, forage or rest. During each night segment (75–149) he can only rest.
We will denote the bird’s food reserves by i. If the reserves reach 0 then the bird dies of starvation.
Singing
Foraging
Resting
If the bird has reserves i and spends a time segment singing, then he will use 𝐷 food reserves where
𝐷 = 12 + 0.002𝑖 + 𝐵
where 𝐵 is -6.4, 0, 6.4 with probabilities 0.25, 0.50, 0.25, respectively.
In each time segment that the bird is singing he has a probability of 0.004 of pairing with a mate.
If the bird instead spends a time segment foraging, then he will use 𝐷 food reserves where
𝐷 = 8 + 0.007𝑖 + 𝐵
where 𝐵 is as for singing.
In each time segment that the bird is foraging he has a probability of 0.6
of finding a food patch that gives him 𝐸 = 32 food reserves.
If the bird spends a time segment resting, then he uses 𝐷 = 3.6 food
reserves.
At the end of each time segment let 𝑥 = 𝑖 + 𝐸 − 𝐷 and 𝑝 = 𝑥 − ⌊𝑥⌋. Then the food reserves at the start of the next time segment will be ⌊𝑥⌋ + 1 with probability 𝑝 and ⌊𝑥⌋ with probability 1 − 𝑝.
At the end of the whole time horizon (time 150) the bird receives 2 points if he has a mate, 1 point if he is alive but has not found a mate, and 0 points if he is dead. What is the optimal strategy that the male bird should pursue?
Reference
The above model is a simplified version of one presented in Hutchinson, J.M.C., McNamara, J.M. and Cuthill, I.C. (1993) Song, sexual selection, starvation and strategic handicaps. Animal Behaviour, 45, 1153–1177.