Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
  2. Sep 18, 2024
  3. Sep 10, 2024
  4. Sep 06, 2024
  5. Aug 05, 2024
  6. Jul 25, 2024
  7. Jun 20, 2024
  8. Jun 13, 2024
  9. Apr 16, 2024
  10. Oct 27, 2023
  11. Oct 25, 2023
  12. Oct 10, 2023
  13. Oct 05, 2023
  14. Aug 31, 2023
  15. Jul 27, 2023
  16. May 28, 2023
  17. Feb 03, 2023
  18. Feb 01, 2023
    • xo30xoqa's avatar
      Removed parallelisation again, wasn't working yet · 8e89cb52
      xo30xoqa authored
      Multiple runs and parameter scanning works, but parallelising was (as
      always) a bit trickier than expected... Will try to get this working
      soon, but for now I need to focus on more important things.
      8e89cb52
  19. Jan 31, 2023
  20. Jan 24, 2023
  21. Jan 22, 2023
    • xo30xoqa's avatar
      Implemented parameter scanning · a20d431f
      xo30xoqa authored
      This is a major commit with quite deep-reaching changes in the code
      base. It enables the user to specify multiple values for a model
      parameter, which will then be combined into a full-factorial
      simulation experiment. Everything seems to work as intended, although
      some refactoring would be good, and we still need to add parallelisation
      for issue #42.
      
      And yes, I coded all of this between 23:30 and 03:00 on a Saturday
      night 😅 🙈
      a20d431f
  22. Jan 21, 2023
  23. Jan 19, 2023
  24. Jan 13, 2023
  25. Jan 10, 2023
  26. Jan 02, 2023
  27. Dec 21, 2022
  28. Nov 30, 2022
  29. Nov 26, 2022
  30. Nov 25, 2022
    • xo30xoqa's avatar
      Gave the Wolpertinger something to do... · 820d7a7d
      xo30xoqa authored
      820d7a7d
    • xo30xoqa's avatar
      Implemented the functions needed for Agents.jl · c9136d3f
      xo30xoqa authored
      This is a major commit, probably quite a bit too big...
      However, all the pieces here depended on each other, so
      I had to get it all working at the same time.
      
      The model now includes:
      
      	1. reading in map data
      	2. creating an Agents.jl model object
      	3. initialisation and stepping functions for the whole model
      	4. a basic skeleton of nature.jl
      	5. an example animal species (the Wolpertinger ;-) )
      c9136d3f
Loading