Continuous Cellular Automata Model DocumentsThis material has 2 associated documents. Select a document title to view a document's information. Main DocumentContinuous Cellular Automata Model
written by
Wolfgang Christian The Continuous Cellular Automata Model creates a one-dimensional array of rational numbers Xi and applies a rule that determines how each cell evolves from one generation to the next. The numerators and denominators of numbers Xi are stored as arbitrary precision Big Integer objects so all computations are exact. Because arbitrary precision arithmetic is computationally intensive, we use the Parallel Java library to implement the model.
Last Modified October 15, 2017
This file has previous versions. Source Code DocumentsContinuous Cellular Automata Source CodeThe source code zip archive contains an EJS-XML representation of the Continuous Cellular Automata Model. Unzip this archive in your EJS workspace to compile and run this model using EJS.
Last Modified October 15, 2017
This file has previous versions. |