-
Notifications
You must be signed in to change notification settings - Fork 10
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
Control Kernel Identification #19
Comments
@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 Collective-Logic-Lab#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
The text was updated successfully, but these errors were encountered: