Open dglmoore opened 7 years ago
@thyamu Can you please add a reference to the original CK paper to my above description?
I/we think that there are two main distinct types of control: "pinning" and "intervention".
We talked about different definitions of control kernels that we could implement, and the need to formalize these definitions in some kind of outline/document.
@bcdaniels I prefer the name "override" to "intervention". :)
The concept of a control kernel may be related to Stu's ideas of "frozen cores".
Note that the computing of control kernels is now implemented in our fork of Neet, here: https://github.com/Collective-Logic-Lab/Neet There is still work to be done in integrating this more elegantly into the Neet framework: see https://github.com/Collective-Logic-Lab/Neet/issues/3
Description
It would be useful to have a function that returns a list of the control kernel nodes of a given synchronous network.
Proposed API
Example Usage