Reorganisation, Optimization & Batch ToDo
Closed this issue · 0 comments
Konrad1991 commented
Reorganisation
- seperate App files into server and UI file
- remove add_info (reactive value) and instead use return value of opti
- create separate download function which creates excel file with the returned stuff from opti
- replace req with rwn where possible
opti function
- add correct names to data.frame results
- add correct names to metrices
- modify plotting accordingly
- return also lower bounds, upper bounds, additionalParameters, npop, ngen, Topology
batch function
- add a num_rep argument
- define the 3 seed strategies
- loop over num_rep * number of datasets
- store each seed
make good plots visualising the entire result; dataset differences and replication of dataset differences
- plot states --> measured Signal plot is missing
- plot metrices
- plot parameter
- adapt IDA batch code accordingly
- test App single run IDA
- test App batch run IDA
- change everywhere the check for length = 4 to a reactive value as for the batch process
- check seed setting in promises