ELIFE-ASU / Neet

Simulating and analyzing dynamical network models
https://neet.readthedocs.io/en/stable
Other
4 stars 10 forks source link

Implement direct integer update #159

Closed dglmoore closed 5 years ago

dglmoore commented 5 years ago

When it comes to Boolean networks, instead of update states as lists or arrays we could just as well update integer encodings. In certain situations, this could improve performance by reducing the number of encoding/decoding operations requires.

This closes #127.

dglmoore commented 5 years ago

This seems to be a dead end of development.