You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soil/examples/rabbits
J. Fernando Sánchez 0efcd24d90 Improve exporters 2 years ago
..
basic Improve exporters 2 years ago
improved WIP: all tests pass 2 years ago
README.md WIP: all tests pass 2 years ago

README.md

There are two similar implementations of this simulation.

  • basic. Using simple primites
  • improved. Using more advanced features such as the time module to avoid unnecessary computations (i.e., skip steps), and generator functions.