Which reference should I cite when using the fmincon with interior point method
이전 댓글 표시
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?
답변 (1개)
Walter Roberson
2023년 4월 24일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!