Real Coded Genetic Algorithm

조회 수: 2 (최근 30일)
Johan Johan
Johan Johan 2018년 6월 13일
답변: Alan Weiss 2018년 6월 13일
What controls to using the real encoding in genetic algorithm
- the variables which using in the problem
- or the initial population
Or there are other reasons.
Thanks in advance.

채택된 답변

Alan Weiss
Alan Weiss 2018년 6월 13일
I'm sorry, but I do not understand your question. The default data type in ga is real doubles. You can use a custom data type, but then you have to handle all population generation, mutation, crossover, scoring, and constraints yourself. See this example using a custom data type. Or you can use mixed-integer optimization using a specific construct, the IntCon argument.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (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