jacobnzw / SSMToybox

Nonlinear Sigma-Point Kalman Filters based on Bayesian Quadrature
MIT License
12 stars 0 forks source link

Separate out the Research Code #7

Closed jacobnzw closed 3 years ago

jacobnzw commented 5 years ago

The main focus should be on finishing #3, #4 and #5 and giving it more polish. After that, I should separate out the scripts used for reproducing my research results so that the SSMToybox is a stand-alone project. The scripts for research experiments should be part of the article repositories, where instructions are given for obtaining the SSMToybox.

Something like:

cd code
git clone github.com/jacobnzw/ssmtoybox.git
jacobnzw commented 3 years ago

The above idea makes some sense, but I regard it now as too serious for what the toybox is.

Instead, I think now it would be better for researchers, who are interested in checking the work, to just pull the repo and have all the code that's needed to generate figures and tables in my publications.

So, I'll just create a research folder in the repo root containing all the research code. Subfolders will be created for each publication.

jacobnzw commented 3 years ago

Resolved: research code from all publications moved under research folder in the repo root.