A student develops a computational model to simulate the spread of an invasive plant species. The model includes variables for growth rate, seed dispersal distance, and germination probability. When testing the model, the student notices that if the 'growth rate' variable is set to a value slightly above zero, the simulated population immediately crashes. Which of the following is the most likely cause of this edge case behavior?
-
A
The model lacks a variable for the plant's mortality rate, causing an imbalance at low growth rates.
-
B
The time step of the simulation is too large, preventing the model from accurately calculating slow, incremental growth.
-
C
The seed dispersal algorithm is not randomized, creating an artificial pattern that hinders population spread.
-
D
The computational resources of the computer are insufficient to handle such a complex simulation.