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 verbose option at runtime #21

Closed 465b closed 4 years ago

465b commented 4 years ago
    print('parameter_stack_diff: \t{}'.format(parameter_stack_diff))
    print('cost_diff: \t\t{}'.format(cost_diff))
    print('gradient: \t\t{}'.format(gradient))
    print('Is stable? \t\t{}'.format(is_stable))