To make it work with matlab 2019b, in ComputeAlteredParameters.m, change the matlab solver from 'active-set' to 'interior-point-convex' : line 119, opt = optimset('LargeScale', 'off', 'Algorithm', 'interior-point-convex', 'Display', 'off', 'MaxIter', 10000); method 'active-set' no longer exists. Reproduces figs 1 and 8 in the paper (file demo.m)
If you want to contribute with another review, please follow these instructions.
Please consider to cut/paste/edit the raw JSON data attached to this paper.