optimization problem using optim prob in matlab
이전 댓글 표시
How can I restrict the optim problem at matlab to produce integers or binary values only? I tried to use binary() operator but it didn't accept it ?
댓글 수: 1
Vladimir Sovkov
2019년 12월 1일
When you create an optimization variable with the function optimvar of the Optimization Toolbox, you have an option to choose its type as integer and declair its boundaries.
답변 (1개)
Dhananjay Kumar
2019년 12월 4일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!