Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up ARCH folder #138

Open
schillic opened this issue Apr 6, 2019 · 1 comment
Open

Clean up ARCH folder #138

schillic opened this issue Apr 6, 2019 · 1 comment

Comments

@schillic
Copy link
Member

schillic commented Apr 6, 2019

We usually only need the X.jl and X_benchmark.jl files for each model X.

@mforets
Copy link
Member

mforets commented Apr 13, 2019

Just throwing an initial idea (modify here):

Filename Purpose Returns
model.jl Defines the model in an algorithm-agnostic way. An initial-value problem P and general options O.
model_ALGORITHM.jl Everything to run solve for a given algorithm. Loads model.jl Algorithm-specific options O_algorithm.
model_benchmark.jl Adds the model to the benchmark suite for each algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants