Skip to content

kaplanj-econ/neha9agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published