티스토리 뷰

 

2021. 07. 11

 

여러 가지 문제에서 data fitting을 하는 과정에서 잘 알려진 global optimizer 중 하나인 GA를 자주 사용하는데,

 

특히 GA를 중간에 중단시키고 결과를 보거나 convergence tolerance를 줄이는 등의 테크닉이 필요하게 된다.

 

감에 의존하지 않고, 조금 더 체계적으로 접근할 수 있도록 할 필요가 있다.

 

이와 관련된 몇 가지 참고 링크를 가져왔다.

 

https://kr.mathworks.com/matlabcentral/answers/334930-how-to-display-every-parameter-value-at-every-iteration-while-using-genetic-algorithm

https://stackoverflow.com/questions/43358839/how-to-display-parameter-values-at-every-iteration-while-using-genetic-algorithm

https://kr.mathworks.com/matlabcentral/answers/427269-print-more-iteration-detail-in-ga-code

https://kr.mathworks.com/help/gads/custom-output-function-for-genetic-algorithm.html

https://kr.mathworks.com/help/gads/genetic-algorithm-options.html#f17837

 

 

추후에 구현 완료 후 정리 해볼 것..!

'AI STUDY > Matlab' 카테고리의 다른 글

[MATLAB] Spline interpolation  (0) 2022.11.15
[MATLAB] Flower Rose CODE  (0) 2022.04.29
[MATLAB] Visualization RGB CODE  (0) 2022.02.19
[MATLAB] Standalone EXE  (0) 2022.02.12
[MATLAB] Symbol (mathematical, greek letter)  (0) 2021.12.19