Is it possible to implement genetic algorithm for optimization without any mathematical relation or model?

조회 수: 1 (최근 30일)
If I don't have definite model or equation for process, it is possible to optimise the process with genetic algorithm?
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 4월 27일
How would you determine whether one particular set of parameters evaluated as "better" or "worse" than another set ?

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

답변 (1개)

Prateekshya
Prateekshya 2024년 7월 15일
Hi Sachin,
I understand that your requirement is to use Genetic Algorithm Optimization when you do not have any mathematical model or equation.
Please note that it is necessary to define the fitness function and the problem statement clearly as these are essential for using Genetic Algorithm. However, you may skip or modify the genetic operators such as crossover and mutation.
I hope this helps!
Thank you.

카테고리

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