restore the state of genetic algorithm after accidental shutdown

2 ビュー (過去 30 日間)
Emiliano Rosso
Emiliano Rosso 2015 年 10 月 15 日
回答済み: Star Strider 2015 年 10 月 15 日
How can I restore the state of genetic algorithm after accidental shutdown? This is important because calculation time can be very long and in case of power off all previous part of test is lost.Somebody can tell me something about it?

回答 (1 件)

Star Strider
Star Strider 2015 年 10 月 15 日
I do not see anything in the documentation for ga that will allow you to do that directly. I have not encountered this problem, but if I anticipated a run that would take significant time, I would use the gaoptimset function to set a 'TimeLimit', then save (appending to or overwriting a .mat file) the necessary population and other parameters, and re-start ga with the saved population.

カテゴリ

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