LeonardoIalongo / graph-ensembles

The graph ensemble package contains a set of methods to build fitness based graph ensembles from marginal information.
Other
8 stars 2 forks source link

Divide by zero in newton method #14

Closed LeonardoIalongo closed 3 years ago

LeonardoIalongo commented 3 years ago

Ensure divides by zero are properly handled by the update function in dx = -f/H

LeonardoIalongo commented 3 years ago

This issue has been solved by choosing a correct starting point for the problem. Note that the solver is not meant to be general but specific to these reconstruction problems.