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!