while using Genetic algorithm, my " best value" is the same, it does ot change

3 ビュー (過去 30 日間)
Amani mahdy
Amani mahdy 2016 年 8 月 24 日
回答済み: Shruti Shivaramakrishnan 2016 年 8 月 30 日
Hello all,
I am using GA in order to solve a MINL problem, In each population,I get the same best value, it does not change although GA supposes to do some changing in the Variable x.
the best penalty is 113.9 in each generations.
  1 件のコメント
Adam
Adam 2016 年 8 月 24 日
Maybe the problem is sufficiently simple that that is the optimum value that is always reached early?

サインインしてコメントする。

回答 (1 件)

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan 2016 年 8 月 30 日
The Genetic algorithm can help find the most optimal value using crossovers and mutations in the chromosomes(possible solutions). It would also depend on the fitness function being used to calculate the solutions. Could you post a code-snippet to identify if the fitness function is working as expected. Also, I see that the Generations have reached 101, the optimal solution might have converged early and remained as the best possible value.

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by