-
When attempting to translate the optimizer options from the legacy code, I noticed that the optimizer algorithm is set to 'sqp' and the HessianFnc is set to 'lbfgs'. If you look at MATLAB's documentat…
-
On Sat, Jan 9, 2021 at 11:57 AM wangshaobobetter
wrote:
> Hi Junior, I modified the program code according to what you said, and the
> program run successfully, but the result is different from …
-
The [original paper for Joint Model Personalization](https://pubmed.ncbi.nlm.nih.gov/15652563/) indicates that any optimization method can be used for the external optimization (obviously the internal…
-
Hi Junior,
I simplified the estimate options in “howto_rs.m" and ran. Both results are separately saved in "result_mod" and "result_rs" , but they are still quite different, such as iteration times…
-
I think the issues with MTP crashing were caused by two bugs. First, there was an issue with calculating model moments producing infinite values. The problem was in passiveForceLengthCurve.m, where an…
-
The problem can be stated as follows. Given a power system, a system with sources, loads and cables, what is the power flow through the cables in steady state, and is the power limit for the cable exc…
-
I am working with a model for which multistart optimization does not find the ground truth optimum after 100 runs and 2.3 days of computation (with most found local minima being different from each ot…
-
Hi Hangcil, I have update your newest lib on today. Then I tried the ub & lb options.But when catkin_make, the terminal showing ```
"sci_arma::fmincon(std::function const&, arma::Col&, arma::Mat&, ar…
-
I'm sure these results could be cleaned up, but I've spent two days on it and the fits are not good. See the specifics starting at:
https://github.com/edwardbair/SpiPy/blob/e63c4782b2f732952c22ce…
-
Hi Hangcil,thanks for your work. However, I have some question , could it support to input the lb and ub index like the matlab's fmincon?