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

Create PolynomialNetwork Type #85

Open
dglmoore opened this issue Dec 16, 2017 · 0 comments
Open

Create PolynomialNetwork Type #85

dglmoore opened this issue Dec 16, 2017 · 0 comments

Comments

@dglmoore
Copy link
Contributor

Description

Just as all Boolean networks can be represented using logic tables, they too can be represented as systems of Boolean polynomials. This representation may yield some advantages over, say, logic-based networks. For example, they may be easier to randomize while maintaining certain structural features of the network.

Most importantly, they are really cool!

Proposed API

class PolynomialNetwork(object):
    pass

assert(is_fixed_sized(PolynomialNetwork))
assert(is_boolean_network(PolynomialNetwork))
@dglmoore dglmoore added this to the Version 0.1.0 milestone Dec 16, 2017
@dglmoore dglmoore self-assigned this Dec 16, 2017
@dglmoore dglmoore modified the milestones: Version 0.1.0, Version 0.2.0 May 31, 2018
@dglmoore dglmoore removed their assignment Apr 11, 2019
@dglmoore dglmoore modified the milestones: Version 1.0.0, Version 2.0.0 Aug 16, 2019
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