465b / nemf

A novel three step network-based general ecosystem modeling framework
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

add feature to fit non-steady-state solutions #31

Closed 465b closed 4 years ago

465b commented 4 years ago

The framework currently requires that the model solution reaches a steady-state. This is due to the fact that we developed it with a model that is drastically under-defined such that the steady state solution is basically the only one we have to compare it with.

However, there is no reason to restrict the framework to such problems. Especially because a multi-point fit could (at least is expected) be easily implemented.

465b commented 4 years ago

Time evolution needs only be calculated up until the last provided reference point

465b commented 4 years ago

related to #44

465b commented 4 years ago

Issue is discussed/solved in #44