mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Neighbour states as input for neural network #19

Closed mirobeka closed 11 years ago

mirobeka commented 11 years ago

Inspired by devert chemicals model as states for cell. Problem is how to supply different count of neighbors from one direction (this is the case for irreguar lattice structure) to the MLP rule.

I this case input to MLP could be mean of "chemicals" from neighbours.

    _ _
  _|_|_|_
 |_|   |_|
 |_|___|_|

In this case we take all north neighbours state, create mean of chemical values and supply this new state vecstor to MLP. Also we could include number of neighbours and supply this value to MLP as well

mirobeka commented 11 years ago

This issue is solved in commit af9bea51588986877b5358fefbb4bf6f973e385d