필터 지우기
필터 지우기

How to observe parameter value existing in constraint while solving problem using "ga"

조회 수: 3 (최근 30일)
Maria
Maria 2023년 3월 14일
편집: Maria 2023년 3월 15일
Hello! I know I'm tiring you with my questions about the same problem over and over again, but I really tried without finding the right solution, that's why i posted here to get some help. I solved my optimization problem using "ga" which has two constraints. In order to evaluate the parameter related to one of these constraints, I want to observe the value of this parameter or extract its final value after solving the problem.
I always appreciate your effort that you have contributed to solve my problems.
Best regards,

답변 (1개)

Torsten
Torsten 2023년 3월 14일
Add the line
left_hand_side = E_prop + cumsum(sol.S.*(sum(Energy_Pr,2)))
after the solution has been obtained.

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by