wmayner / pyphi

A toolbox for integrated information theory.
https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006343
Other
368 stars 98 forks source link

Compute relations up to a certain order #35

Closed matteograsso closed 2 years ago

matteograsso commented 4 years ago

It would be good to have a function to compute relations only up to a certain order (perhaps an optional argument in the pyphi.relations.all_relations function or a separate function).

wmayner commented 2 years ago

This is now possible with the max_degree keyword argument.