I need help with optimization problem
이전 댓글 표시
I have an optimization problem with 6 variables. The fitness function I use have two outputs: the frequency and the power. What i want to do is to fix the frequency to a range and maximize the power output. However, i could not fix the frequency. Could you please help me?
댓글 수: 2
Star Strider
2014년 9월 27일
Please post your fitness function and your data, and a breif description of what you are doing. What are you optimising?
답변 (1개)
Matt J
2014년 9월 27일
0 개 추천
It sounds like fmincon or ga could be used with the nonlcon argument to constrain the frequency.
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!