optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Scenario tab loads quicker + no smoothing of cost-coverage curves + fix popsize interpolation #1875

Closed kelvinburke closed 1 year ago

kelvinburke commented 1 year ago

On loading the scenario tab, the project gets the default coverage of all the programs for all times for all combinations of parsets and progsets. This is sped up by not looping over t values, but supplying the t values as an array.

This gave different results compared with inputting the t values one by one.

This was caused by two issues which have now been fixed: