Lower bound value and upper bound value in discrete optimization problem.
조회 수: 2 (최근 30일)
이전 댓글 표시
I am working on a optimization problem with discrete variables say d = [25 35 45 55 65 75 85 95 105] & another variable As = [3040 4450 5678 5784 5890 5998 6777 6889 6987 7590 7670 7890 8160]; In the matlab cod the LB = [1,1]; & UB = [9,13]; or the LB = [25,3040]; & UB = [105,8160]; which one of the above two is correct.
Please Help
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 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!