MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   Why GA convergence curves continue as two parallel lines? (https://www.labfans.com/bbs/showthread.php?t=22033)

poster 2019-11-24 01:40

Why GA convergence curves continue as two parallel lines?
 
<p>I'm working on a optimization problem and using GA algorithm (in MATLAB, ga function).</p>

<p>As you know MATLAB plots GA result with two curves, one for the best values and other to show the mean values and when this two curves touch each others it means algorithm has been converged.</p>

<p>On my cause these two curves don't get along and continue as two parallel lines until the end of max Generations number and finally a premature convergence,What makes it happen?</p>

<p>I have tested with other parameters value but same result. On pre-processing I used Missing value,Normalized and smoothing and tested data set is <a href="https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Prognostic%29" rel="nofollow noreferrer">a data set is belong to UCI</a>.</p>

<p>GA Parameters:</p>

<pre><code>MutationFcn : @mutationadaptfeasible: 0.03
CrossoverFcn : @crossoverheuristic : 1.2
maxGenerations : 200;
populationSize : 180;
Chromosome length: 33
Test Instances : 71
</code></pre>

<p><a href="https://i.stack.imgur.com/fZ3XW.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fZ3XW.png" alt="enter image description here"></a></p>



[url=https://stackoverflow.com/questions/59010393/why-ga-convergence-curves-continue-as-two-parallel-lines]More...[/url]


所有时间均为北京时间。现在的时间是 21:26

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.