- Oct 14, 2024
-
-
Marco Matthies authored
In Julia 1.11, the `Task` struct doesn't have a `logstate` field anymore, causing unit test failures. We use the `current_logger()` function instead, which is also available in previous Julia versions (tested in Julia 1.6 to 1.11).
-
- Sep 10, 2024
- Sep 06, 2024
-
-
xo30xoqa authored
-
- Aug 09, 2024
-
-
xo30xoqa authored
-
- Aug 08, 2024
-
-
xo30xoqa authored
-
- Aug 07, 2024
- Aug 02, 2024
-
-
xo30xoqa authored
-
- Jun 20, 2024
-
-
xo30xoqa authored
closes #40
-
- Jun 13, 2024
-
-
xo30xoqa authored
closes #85
-
- Jun 12, 2024
-
-
xo30xoqa authored
Also updated CONTRIBUTORS.md, added a "none" option for `core.logoutput`, and added type annotations to the Skylark struct
-
- Jun 05, 2024
-
-
xo30xoqa authored
-
- May 15, 2024
-
-
xo30xoqa authored
This is a huge commit that changes much of the underlying model architecture (which is why it all had to change at once). Agents.jl is now no longer a dependency and the species macros have been largely rewritten. Not everything has been adapted yet, but the model is in a "minimally runnable" state.
-
- Apr 16, 2024
-
-
Daniel authored
-
- Nov 14, 2023
-
- Oct 26, 2023
-
-
xo30xoqa authored
-
- Oct 25, 2023
- Oct 06, 2023
-
-
xo30xoqa authored
Compile time still increased to 50s (from 15s), but at the moment I can just about live with that.
-
- Oct 05, 2023
-
-
xo30xoqa authored
This closes #24.
-
- Oct 04, 2023
-
-
xo30xoqa authored
closes #64
-
- Aug 31, 2023
-
-
xo30xoqa authored
-
- May 28, 2023
- Feb 03, 2023
-
-
xo30xoqa authored
-
- Feb 02, 2023
-
-
xo30xoqa authored
This closes issue #23.
-
- Feb 01, 2023
-
-
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.
-
- Jan 31, 2023
-
-
xo30xoqa authored
-
- Jan 24, 2023
-
-
xo30xoqa authored
-
- Jan 23, 2023
-
-
xo30xoqa authored
Previously, a global logger was used, which would have given problems on a parallel run. Also split up the `setupdatadir()` function to improve code structure.
-
- Jan 22, 2023
-
-
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
-
- Jan 21, 2023
- Jan 19, 2023
-
-
xo30xoqa authored
-
- Jan 10, 2023
- Jan 06, 2023
-
-
xo30xoqa authored
Still needs to be tested.
-