For LSQNONLIN is it okay if the number of elements in the vector-valued function varies per iteration?
Mostra commenti meno recenti
For LSQNONLIN is it okay if the number of elements in the vector-valued function varies per iteration?
I have a vector-valued optimisation function producing say the variable Fopt. However for some parameter combinations some of the entries in the vector Fopt may yield NaN. At present I have this in the optimisation function:
Fopt=Fopt(~isnan(Fopt));
However that will result in the number of elements varying with iterations. Alternatively I can keep the same vector length but allow for NaN entries.
Which is the better approach?
Kevin
1 Commento
Kevin Moerman
il 1 Mar 2012
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su ANOVA in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!