- [x] The need for deterministic parameter sampling - [x] after each iteration - [x] independent GL run - [ ] Need for constrains during parameter sampling - [ ] Situations when parameters have constraints v0 < v1 < v2 - [ ] Possibility for users to define their own resample function - [ ] Common interface as other codes - [ ] Example scipy or matlab ``` def run_sim(batch_parameters,...): # loop within the code return batch of samples ``` - [ ] Or at least have it well documented and explained - [ ] Overall improve documentation. More documentation etc. - [x] A way to access the current iteration (system linked with calibration module?) - [x] On loading previous proposal - an example how it can be done in run_sim - [ ] Add link to new GL repository on old one