how to use neural network as fitness function for GA?
조회 수: 1 (최근 30일)
이전 댓글 표시
i have created a neural network using neural network toolbox. i wanted to use this network as a fitness function in GA toolbox. can you please tell me how to do this.
댓글 수: 0
채택된 답변
Greg Heath
2015년 1월 6일
I have never heard of using a neural network as a fitness function. This wording implies that the network is fully trained and implements the estimate of a nonnegative function of the inputs that will be minimized for one or more optimal subsets of inputs.
Or are you just trying to use GA to design a net by finding one of the optimal sets of weights?
If so, the NNTBX does not have that option. You will have to design your own code which, ideally, will include GA functions of other Toolboxes. To find these type
lookfor genetic
and
ver
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 5
Greg Heath
2015년 1월 13일
Well, what are the three parameters and what is the output?
Didn't I ask thiese questions before???
Fazal Ibrahim
2020년 12월 17일
I am also facing similiar problem..
My input parameters are heat input, clamping location and welding speed..I want to minimize residual stress(output)
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!