문제

I want to add some constraints in the fmincon function. I have three parameters such that all the three parameters should have value greater than 0 . How can I implement this using fmincon function in matlab

도움이 되었습니까?

해결책

Set lb parameter of fmincon function to some little value, 1.0E-08 for instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top