Skip to content
Snippets Groups Projects
Daniel Vedder's avatar
xo30xoqa authored
(This is a pretty big dependency, perhaps I should see whether there
is a simpler one that will do what we need...)
833d0e8b
History

Persephone

An agent-based, socio-economic-ecological model of agricultural landscapes in Europe under the CAP.

Description

Persephone models farmers' decision making and its impact on species in agricultural landscapes. The aim is to investigate how policies such as the CAP influence farms and biodiversity.

It is currently in the very early stages of development.

Usage

Install the latest version of the Julia programming language. The recommended editors are VSCode or Emacs (see docs/editors.md). To install package dependencies, open a Julia REPL in this folder and run using Pkg; Pkg.activate("."); Pkg.instantiate().

Run the simulation by executing run.jl from the commandline, or loading it from within a Julia REPL with include("run.jl").

This model uses the Agents.jl framework.


© 2022 Daniel Vedder, Lea Kolb (MIT license)