GithubHelp home page GithubHelp logo

booleannet's People

Contributors

cecampbell avatar ialbert avatar natay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

booleannet's Issues

Query in LGL simulation file

I have query in the LGL simulation file, which is in the project folder. In line 24, it has been commented as "pick at random from TRUE, FALSE and original value". In this simulation file, except the perturbed node, all other nodes are randomly simulated with value 0 or 1. What does original value mean here? Please clarify
Thanks and Regards
Priyadarshini

I cant install the module

# pip install BooleanNet
Collecting BooleanNet
  Using cached BooleanNet-1.2.8.tar.gz (389 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-j8jus021/BooleanNet/setup.py'"'"'; __file__='"'"'/tmp/pip-install-j8jus021/BooleanNet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-j8jus021/BooleanNet/pip-egg-info
         cwd: /tmp/pip-install-j8jus021/BooleanNet/
    Complete output (8 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-j8jus021/BooleanNet/setup.py", line 3, in <module>
        import boolean2
      File "/tmp/pip-install-j8jus021/BooleanNet/boolean2/__init__.py", line 61
        print all_nodes ( text )
                      ^
    SyntaxError: invalid syntax
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Knockout or expression in middle of iterations

hello,
so i have a 5 node network
a,b,c,d,e
where initial conditions are as follows
a = True
b = True
c = False
d = False
e = False
and i am doing the following
for i in range(50): model = Model( text=text, mode='async') model.initialize() model.iterate(steps = 100) model.report_cycles() nodes = model.nodes coll.collect(states=model.states, nodes=nodes )
and i would like to change the conditions of my a and b in the middle of the process, say every 20 steps of iterations....
is there anyway i can do this ?

Install Booleannet

Hi,
I have installed Python 2.5 in my system (Windows, 64 bit) but still can't install BooleanNet.
Error message when tried to open in command prompt:

Microsoft Windows Version 10.0.10586 2015 Microsoft Corporation. All rights reserved.

C:\Users\Priya>cd C:\Users\Priya\Desktop\Booleannet-new

C:\Users\Priya\Desktop\Booleannet-new>python setup.py install
Traceback (most recent call last):
File "setup.py", line 3, in
import boolean2
File "C:\Users\Priya\Desktop\Booleannet-new\boolean2__init__.py", line 61
print all_nodes ( text )
^
SyntaxError: invalid syntax

Thank you
Priya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.