generate several scenarios and compare optimization result
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all
i am doing optimization with genetic algorithm. i have n number of variables x=[x1, x2, x3,....xn]
X is calculated by eq: xn = Prop(n)/ Pmcr
i want the algorithm to make the following two scenarios,
for every (x < 0.3 )
scenario.1: replace it with (0) and complete the code until the end, and store the output value of fitness function as one of the solution
scenario.2: replace this x with (Prop(n) + Elec / Pmcr) and also go through a sequance of different operations until the end of code
both scenarios are to be excuted and compared by the optimization algorithm
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!