|
|
|
|
|
by corruption
5845 days ago
|
|
I can understand that position. If he's correct, it would seem like a small task to search the computational landscape and find automata that predict biological behavior or physics systems better than current models. Is this his approach? I don't see many (any?) papers like this in any of the fields I'm involved in - so has it been successful? |
|
Cellular automata are simulated on regular grids of cells, which gives them anisotropic (direction-dependent) behavior. For example, moving patterns in most automata can only travel in certain preferred directions (like gliders in Conway's game of life). And patterns that can move in multiple directions usually travel with different speeds in each direction.
In the real world, we don't observe any anisotropy in space, so none of the cellular automata I've seen proposed up to this point can model real physics, even in principle.
Lattice gas automata use hexagonal grids instead of square grids to alleviate this problem somewhat, but the anisotropy never really goes away, it's just reduced.