- Stop when maximum number of generations (iterations) is reached.
- Stop when the function tolerance is reached.
- Stop when the step tolerance is reached.
Script run takes too much time
1 次查看(过去 30 天)
显示 更早的评论
hello everyone,
ı am working on a problem where i use global optimization toolbox problem based approach. I choosed genetic algorithm as a solver. I do not know whay but it says script is running but never gaves me a solution. I need assistance to understand the reason behind it. I previously used solver based approach but it was not taking any time to run. I read that problem based normlaly takes longer time to run compared to the solver based but it has been hours and it still did not gave a solution. Is this normal? or am i doing something wrong?
thank you in advance!
0 个评论
回答(1 个)
Sam Chak
2022-4-9
编辑:Sam Chak
2022-4-9
Generally, there should be at least three termination conditions (stopping criteria):
Please check the algorithm again.
3 个评论
Sam Chak
2022-4-9
Hmm... Can you check if the initial guesses are causing the function to approach a singularity?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!