Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

condition in the optimization constants

조회 수: 1 (최근 30일)
muqdad aljuboori
muqdad aljuboori 2017년 12월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi every one, I working on formulation constraint optimization model, in this problem, i need to put a condition for the m-file constraint that tel the optimization solver it is not necessary to satisfy all the constants and any 50% of the constraint allowed to be out of the specified limit. for example if i have ten constraints c(1) ... to c(10) it is possible or accepted to satisfy c(1), c(3) , c(5) , c(6), c(9) and the rest of them not necessary to be satisfied
thanks

답변 (1개)

Matt J
Matt J 2017년 12월 29일
편집: Matt J 2017년 12월 29일
You will probably have to solve each of the nchoosek(N,N/2) sub-problems in which a particular subset of the constraints is satisfied.

이 질문은 마감되었습니다.

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by