Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derrida Plot #188

Open
dglmoore opened this issue Oct 9, 2019 · 0 comments
Open

Derrida Plot #188

dglmoore opened this issue Oct 9, 2019 · 0 comments

Comments

@dglmoore
Copy link
Contributor

dglmoore commented Oct 9, 2019

Description

A Derrida plot is a plot of the average c-sensitivity (#109) versus c.

Proposed API

class SensitivityMixin(object):
    def derrida_plot(self, max_c=None, transitions=None):
        if max_c is None:
            max_c = self.size
        pass

Example Usage

from neet.boolean.examples import s_pombe
plt = s_pombe.derrida_plot()
plt.savefig('s_pombe_derrida.png')

References

Fretter C, Szejka A, Drossel B. Perturbation propagation in random and evolved Boolean networks. New J Phys. 2009;11: 033005. doi:10.1088/1367-2630/11/3/033005.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant