dds: A Home-made Toolkit for Discrete Dynamical Systems in Racket
Go to file
Sergiu Ivanov cf19859be8 Rewrite bn without types, rename it to networks.
I tried generalising my code from Boolean networks to any kinds of
networks, but got tired of having to fight the type system (for now at
least). The last drop was the fact that the graph library does not
seem to have a typed version. So I decided to go with contracts
instead.
2020-02-20 00:56:30 +01:00
networks-tests.rkt Rewrite bn without types, rename it to networks. 2020-02-20 00:56:30 +01:00
networks.rkt Rewrite bn without types, rename it to networks. 2020-02-20 00:56:30 +01:00
utils-tests.rkt utils: Don't export eval-with1 any more. 2020-02-19 23:12:58 +01:00
utils.rkt utils: Add hash-pred and use it in variable-mapping? 2020-02-20 00:22:38 +01:00