필터 지우기
필터 지우기

Mixed integer optimization - help

조회 수: 4 (최근 30일)
Itachi
Itachi 2012년 9월 22일
Hi guys, in the Mixed integer optimization guide it says like: No custom creation function "CreateFcn". Does this mean we can't select any of the built-in functions and GA uses special functions or it means we can't select a user-made function?
And about the initial population range, can we use it in mixed integer optimization or not?
What about the population size, in the guide it says that GA uses the min(max(...),100), can we insert a value higher or lower than that?
Thanks in advance
Best regards,

채택된 답변

Alan Weiss
Alan Weiss 2012년 9월 24일
  1. You cannot choose a creation function when using ga integer optimization.
  2. You can select an initial population range.
  3. You can override the default population size.
In general, the documentation points out what you cannot do. If there is no mention of a restriction for an option, then you can override the default settings. For more details, please read the algorithm description.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 1
Itachi
Itachi 2012년 9월 24일
Thank you so much.

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

추가 답변 (0개)

카테고리

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