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

column normalisation in the coefficient matrix does not consider set constrains #9

Closed 465b closed 4 years ago

465b commented 4 years ago

after enforcing the boundary conditions / constrains the columns are normalized, however this does not check whether the normalisation remains in the set constrains this causes an invalid search space for which it is impossible to find a valid solution. hence the algorithm does not converge

465b commented 4 years ago

column normalisation is no longer needed and therefore not maintained