how I can change a parameters in fitfun in genetic algorithm in each itration of a loop?
조회 수: 3 (최근 30일)
이전 댓글 표시
In my code there is a loop that in each itration genetic algorithm optimizes my problem and give me the fval. How can a parameter be changed inside the objective function in a loop, meaning that in each iteration this parameter takes a different value and must be entered into the genetic algorithm? In fact, the value of the objective function(fval) after each itration should be used as an initial guess for the next iteration.
댓글 수: 1
답변 (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!