some work on the new journal experiments with cristions code

This commit is contained in:
Maximilian Zorn
2021-05-14 09:13:42 +02:00
parent 9bf37486a0
commit 22d34d4e75
7 changed files with 310 additions and 82 deletions

View File

@ -98,6 +98,7 @@ def test_for_fixpoints(fixpoint_counter: Dict, nets: List, id_functions=[]):
fixpoint_counter["other_func"] += 1
nets[i].is_fixpoint = "other_func"
return id_functions
def changing_rate(x_new, x_old):
return x_new - x_old