is there a valide alternative to the genetic algorithm of the global optimization toolbox?
조회 수: 7 (최근 30일)
이전 댓글 표시
hey, I used different times the genetic algorithm (ga) present in the global optimization toolbox. Now I need for another application to use a machine in which the global optimization toolbox is not present and cannot be installed. I was wondering if there is some other package I can use instead? I just need the genetic algorithm. I've seen something on the internet but I don't know which one to trust. Unfortunately I don't have much time to test them. thank you
댓글 수: 1
Vaidyanathan Thiagarajan
2017년 8월 29일
편집: Vaidyanathan Thiagarajan
2017년 8월 29일
Hello Marco,
You can use the GA implementations from the MATLAB file exchange :
I am guessing SpeedyGA or its variation might work for you. However, I cannot say for sure as it really depends on the problem you are trying to solve :
SpeedyGA https://www.mathworks.com/matlabcentral/fileexchange/15164-speedyga--a-fast-simple-genetic-algorithm
or
TurboGA
Is there a reason you are using GA? Can you please elaborate on the nature of optimization problem you are trying to solve? Is it a local or global optimization? What are your objective functions and constraints?
Vaidyanathan
답변 (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!