How to create folder in GA Optimization toolbox
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
I'm using GA toolbox for optimization. How do I create a folder with different numbering in each population in each generation of the GA run to save objective function operations in it?
0 个评论
回答(1 个)
Alan Weiss
2014-2-28
0 个投票
I am not sure what you want. Do you want to save the population at every iteration? You can use an output function to save the population. The state.Poplulation field of the state structure has the population. The state.Generation field hold the iteration number that you can use to number your file.
Alan Weiss
MATLAB mathematical toolbox documentation
1 个评论
Uswah
2014-2-28
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!