This project manages its dependencies using Composer. Learn more
grid.xml 346 bytes
<predatorprey.Grid>
	<torusType>BOTH</torusType>
	<neighborsType>NEIGHBORHOOD_VON_NEUMANN</neighborsType>
  <preyCarryingCapacity>50</preyCarryingCapacity>
  <gridWidth>10</gridWidth>
  <gridHeight>10</gridHeight>
  <habitatValue0>0.25</habitatValue0>
  <habitatValue1>0.5</habitatValue1>
  <habitatValue2>1</habitatValue2>
</predatorprey.Grid>