Which reference should I cite when using the fmincon with interior point method
Mostrar comentarios más antiguos
Since I am using the fmincon with interior point method to solve a nonlinear optimization problem, I want to cite a reference to support the obtained numerial results are valid. However, lots of references are offered in the help document. Could you offer me some suggestions on which reference should be cited?
Respuestas (1)
Walter Roberson
el 24 de Abr. de 2023
0 votos
https://www.mathworks.com/matlabcentral/answers/1693295-how-to-cite-matlab-2022#answer_939675 talks about how to cite MATLAB itself, and by extension a toolbox.
https://www.mathworks.com/matlabcentral/answers/43629-citing-a-matlab-document#answer_53542 gives an idea of how to cite a particular manual page
Remember that there is a difference between citing a particular Mathworks function, compared to citing a book or a paper describing the workings of particular algorithms by the function. And neither one of those would support that the obtained numeric results are valid -- at most they would lends support to idea that using those algorithms for your particular case would fit within the limitations of the algorithms.
Categorías
Más información sobre Solver Outputs and Iterative Display 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!