Andrew
University of Wisconsin
2013년부터 활동
Followers: 0 Following: 0
Professional Interests: Engineering, Finance
Feeds
질문
Using fminsearch for solving a problem with constraints
I have an optimization problem that is suitable for fmincon but fmincon fails to converge. I have to increase the tolerances to ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
sum(W)==1 used in a function does not work with the exact number
I have used "if sum(W)==1" in a function and the function does not work as it should. If I change it to "sum(W)<=1" it starts to...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Using Sum(W) ==1 as a condition in a function
I have to write [sum(W) should equal 1] within a function. W is an 8 element vector. When I try to write: if sum(W)==1 t...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
After I successfully run the fmincon Optimization tool on my objective function, I generate code. When I try to run the computer generated code it does not run. Gives error message.
My objective Function is V=Pvariance(A,B,C,W) After I successfully run the fmincon Optimization tool on my objective functi...
11년 초과 전 | 답변 수: 0 | 0