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