For LSQNONLIN is it okay if the number of elements in the vector-valued function varies per iteration?
Mostrar comentarios más antiguos
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 comentario
Kevin Moerman
el 1 de Mzo. de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre ANOVA en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!