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

take function as well as rule table or rule number #7

Open
andrewpenland opened this issue Mar 16, 2018 · 0 comments
Open

take function as well as rule table or rule number #7

andrewpenland opened this issue Mar 16, 2018 · 0 comments

Comments

@andrewpenland
Copy link
Owner

Make it so that CA can be constructed based on functions instead of rule number. This can be done with construct_CA_from_function command.

i.e. if we give the CA the function defined by
def f(x*):
x[0]&x[1]&x[2]

Then we should be able to construct a CA using f by construct_CA_from_function(f), and it will return a CA that is based on that.

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

No branches or pull requests

1 participant