cellpylib icon indicating copy to clipboard operation
cellpylib copied to clipboard

A library for working with Cellular Automata, for Python.

Results 7 cellpylib issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi, I am trying to test the evolution of the automaton with a neighborhood of size 4 given by r=1.5, but I get the following error: `TypeError: slice indices must...

Feature idea: Visualizing rules. Currently, CellPyLib seems to be a very nice tool for learning / teaching about cellular automata. It can simulate many classic models. To expand its usability...

enhancement
joss_review

As an alternative installation path to pip, anaconda is gaining traction. Have you considered adding cellpylib to conda-forge, such that it can be installed via `conda install cellpylib`? This may...

joss_review

First of all thanks for this project, it's been great for beginners such as I who are getting to learn about automata! I'm trying to understand how the AsynchronousRule works....

Hello! First of all thanks for this great library. It's very helpful as I have only started working with automata. I would like to ask whether its possible to define...

In _A New Kind of Science_, cellular automata are divided into four classes, class 1 to class 4. How can we use the program to determine which class the behavior...