Skip to content

Make Consistent API and Put content of examples/main.jl in README #475

@rjplevin

Description

@rjplevin

I was just trying to run the various model packages and would like to suggest that we put the contents of each model's examples/main.jl directly in the README, to facilitate cut & paste. They all look like this:

using Mimi
using MimiFUND

m = getfund()
run(m)
explore(m)

I'd also prefer a consistent API across the models. So instead of getfund(), getrice(), etc., we would define MimiFUND.getmodel() and MimiRICE2010.getmodel(). Of course, if you use only one model at a time, the exported getmodel() would suffice, without module specification.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions