Why does matlab's quadratic programming toolbox output specific iteration information every 5 steps

This is my code, and deltaU0 is initial value,I would like to get the result of each iteration of the quadratic programming active set method and store it in the workspace. But now it prints on the command line and it prints the iteration info every five steps instead of every step.
options = optimoptions('quadprog','Algorithm','active-set','Display','iter-detailed');
[deltaU,fval,exitflag,output]=quadprog(W,f,G,g,[],[],[],[],deltaU0,options);
Here is a screenshot of the output from the command line。

댓글 수: 2

We can't run the code without W,f,G,g,deltaU0.
Hello friends, let me add W,f,G,g,deltaU0. In the uploaded attachment, g is replaced by gg

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

nan
2022년 11월 17일

댓글:

nan
2022년 11월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by