{{javascript}}CA : OSM
This class contains a default parameter setting for emulating the cellular automaton with the Optimal Steps Model @author hm-mgoedel
Von-Neumann neighbourhood is realized with stepCircleResolution = 4 and numberOfCircles = 1 One advantage of von-Neumann neighbourhood compared to Moore neighbourhood is that the step size to the next cell is the same for all neighbors with von-Neumann neighbourhood. If true this avoids agent jumping over small walls. However, this does not fix the problem that the target potential computation fails due to small obstacles. Since this is a quick fix and the test is very expensive the default should be false!