Skip to content
Snippets Groups Projects
Commit 7783b990 authored by jenia jitsev's avatar jenia jitsev
Browse files

Update README.md

parent 6bf6cfc7
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
Different pieces of code that demonstrate simple functionality. To serve as demo material and starting points Different pieces of code that demonstrate simple functionality. To serve as demo material and starting points
- [ca_simple_conv2d_kernels.py](ca_simple_conv2d_kernels.py) : simple example how to define standard CA classes by defining local kernels as rules, using convolution of the field state with defined rule kernels via fast conv2d to evolve the states - [ca_simple_conv2d_kernels.py](ca_simple_conv2d_kernels.py) : simple example how to define standard CA classes by taking local kernels to define neighborhood size and specifying rules for cell counts, using convolution of the field state with local kernels via fast conv2d to count cells in pre-defined neigborhoods and apply specified rules on obtained counts to evolve the states
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment