And, in addition to the concerns Ken raises: "Wolf sheep predation" (with grass turned off) is really only a discretization of the classic "Lottka-Volterra" predator-prey model, originally published in 1920. Much of ecology in the past 3 decades has been about showing why the fundamental assumptions of this model -- that prey mortality is proportional to predator abundance and predator reproduction is proportional to prey abundance -- are wrong. The reason they are wrong is because animals and plants have behavior: the more wolves around, the more careful sheep are. Being careful *can* mean eating less and reproducing less, so sheep abundance goes down as an indirect effect of wolves, but the wolves don't get any food as a consequence.
Including behavior and avoiding such simplistic assumptions is exactly what we use individual-based models and NetLogo... Wolf sheep predation is a very nice demonstration model of many things but it is *not* a good example of an individual-based food chain model (or ecological model in general). If you want to use that model, just use the equations instead of NetLogo:
https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations
(Just by coincidence, we have a book in press about one way to to model adaptive tradeoff decisions, such as how to balance the need to eat against the risk of predation, in IBMs.)
(In a short course we once asked students to add predator avoidance behavior to the sheep in this model. They very quickly found a paper showing that real sheep respond to the presence of predators by grouping together in flocks. So the students quickly added the flocking behavior from the NetLogo library's Flocking model to the sheep.)
Steve R.