Skip to content

kaplanj-econ/CitrusACP_ABM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LIBRARIES
To use this model, please download boost and cereal and place them in the headers folder as "boost" and "cereal"

Boost: https://www.boost.org/users/download/
Cereal: https://uscilab.github.io/cereal/index.html

The file structure should look like the following:

headers
  -> boost
    -> accumulators
    -> algorithms
    -> etc...
  -> cereal
    -> archives
    -> details
    -> etc...
    
Once these folders are in place, the model can be run with "make", producing an executable called "serial.out". To run the model use the following:

<executable-name> <path/to/econConfig> <path/to/bioConfig>

If no config parameters are provided, the defaults located at configs/econConfig.json and configs/bioConfigs.json will be used.

About

Citrus ACP_ABM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.8%
  • Python 21.5%
  • TeX 7.3%
  • Other 0.4%