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

iteration step counter in barrier_hard_enforcement() is wrongly implemented #7

Closed 465b closed 4 years ago

465b commented 4 years ago

the counter does not help in tracking down the occurrence of the hard enforcement. the value passed to the counter is usually some iteration index of some lower level function (i.e. gradient descent) which gets called so often that its iteration index is far from unique. better implementation is needed if it shall be helpful in the debugging process

465b commented 4 years ago

removed step