Changes between Version 1 and Version 2 of Ticket #3129, comment 2
- Timestamp:
- 2015-02-03T17:54:37Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3129, comment 2
v1 v2 1 1 Actually, I do not see any issue. I think the model is not that well-constructed. The initial solution (0, 0, 0) for all three populations seem to be valid. 2 2 {{{ 3 | | | | | |[1] Real foxes.population(start=10, nominal=1) = -4.70198e-038 (pre: 10)4 | | | | | |[2] Real rabbits.population(start=10, nominal=1) = 0 (pre: 10)5 | | | | | |[3] Real wolves.population(start=10, nominal=1) = 2.35099e-038 (pre: 10)3 [1] Real foxes.population(start=10, nominal=1) = -4.70198e-038 (pre: 10) 4 [2] Real rabbits.population(start=10, nominal=1) = 0 (pre: 10) 5 [3] Real wolves.population(start=10, nominal=1) = 2.35099e-038 (pre: 10) 6 6 }}} 7 7 Due to numerical reasons, an assertion is triggered.