Simple question about Genetic Algorithm and Direct Search toolbox

2 次查看(过去 30 天)
Hello.I have a simple question to ask.I tried the example from Matlab regarding about the rastriginsfcn.m.The problem is I did'nt get the same answer as what the Matlab guide has shown?What is wrong wit it?Is it true that i will keep getting different values?

回答(1 个)

Sandy Patel
Sandy Patel 2011-3-25
There is nothing wrong with it. Yes, ga uses a stochastic search method so it is not uncommon to get different results that satisfies the tolerance condition. A good check is to run the search a few times and see if the results is wildly different. Since it is random, if it returns to the same fit result, then it is a good sign that you got the minimum. Always be careful that you are not just in a local minimum and that the search was just not robust enough.

类别

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