필터 지우기
필터 지우기

Genetic Algorithm - Case by Case Optimization

조회 수: 4 (최근 30일)
Harvey Rael
Harvey Rael 2018년 8월 4일
댓글: Harvey Rael 2018년 8월 4일
Hi All,
I may be asking a stupid question, but is there a way to optimize on a case by case basis without needing to change the input parameters all the time? I shall give you a brief background. I am trying to optimize a trajectory, starting on date A. The variables to be optimized are the time flown, and a trajectory shaping factor, and the function to be minimised is the fuel calculation (fuel burnt). There are bounds on the time flown. I can do it for starting date A (which has an effect on the fuel calculation). I now want to store those optimal values, and move to start date B, optimise for that case, store, move to start date C, etc etc. Is it possible?
  댓글 수: 2
Matt J
Matt J 2018년 8월 4일
You can certainly use ga() within a loop to solve a sequence of problems, if that's what you're asking.
Harvey Rael
Harvey Rael 2018년 8월 4일
How would I do that? Do I need to pass my code?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by