Feeds
已回答
In fmincon I set the linear constraint x1+x2+x3=12, but the sum of decision variables in the iteration result does not meet the condition
here is my code(four portfolio total) 1st: (main.m) clc;clear; %% Parameter initialization bb = [0.3 0.4 0.3]; pp = [5 5 5...
In fmincon I set the linear constraint x1+x2+x3=12, but the sum of decision variables in the iteration result does not meet the condition
here is my code(four portfolio total) 1st: (main.m) clc;clear; %% Parameter initialization bb = [0.3 0.4 0.3]; pp = [5 5 5...
3 years 前 | 0
提问
In fmincon I set the linear constraint x1+x2+x3=12, but the sum of decision variables in the iteration result does not meet the condition
I saved the changes of three decision variables in the iteration process. At the end of the iteration, each variable tends to ...
3 years 前 | 1 个回答 | 0
1
个回答提问
why fminon missed extreme points during iteration?The convergence value is not optimal
the result missed extremely fval,onvergence value is not optimal consequently. Here are the options parameters
3 years 前 | 0 个回答 | 0