How to find max fuction with Genetic Algorithm

조회 수: 39 (최근 30일)
Andy Rahmawan
Andy Rahmawan 2012년 10월 30일
댓글: Adeline War 2023년 2월 22일
Hi all,,
i know that doc 'ga' tell me about Find minimum of function using genetic algorithm. How to find max fuction using genetic algorithm?
thanks..

채택된 답변

Sachin Ganjare
Sachin Ganjare 2012년 10월 30일

추가 답변 (1개)

Jan
Jan 2012년 10월 30일
While you find a lot of tools to minimize a function F, you find no functions to maximize F. Fortunately you can minimize G = -F, such that you do not need to program your own maximization tool.
  댓글 수: 7
tayyaba ilyas
tayyaba ilyas 2021년 12월 11일
hello to all,
I am trying to solve an optimization problem to find maximum value of my fitness function that calculate rate. My fitness function for each individual return the value for 1/rate , as GA solver minimizes so I used 1/rate to maximize rate. once the GA solver executes and return the minimum value, then I used to take another inverse to get the actual maximized value for the rate. Is the procedure is correct? As also you people suggested to include a (-) negative sign in front of the function in the objective function code. i didnot understand the actuall way to do it. Shall i have to take negative of fun (-fun) when calling it in ga solver below?
suggest me how to perform maximizing optimization problem with GA solver.
Thanks in advance
Adeline War
Adeline War 2023년 2월 17일
I have
f = fitnessfunction(h)
I tried placing a negative sign infront of the function but it did not work.

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

카테고리

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