cbs-rlt / populus

Simulations for population biology and evolutionary ecology
GNU General Public License v2.0
29 stars 28 forks source link

Parameter maximums too low in Theta Logistic model #3

Closed larsroe closed 4 years ago

larsroe commented 9 years ago

In Continuous Predator-Prey Models, Theta-Logistic type, the parameters D, K, and N have too restrictive of a range.

Easy to change in LVPPTLPanel.java. But maybe we want something more general here? Planning to increase the maximums for N0, P0 and K by 10 to 1E6. D was also increased by 10 to 100.

larsroe commented 6 years ago

I've increased the ranges a bit for this model.

larsroe commented 6 years ago

Maybe we can have an option to override minimum or maximum values?