Can anyone help me write a genetic algorithm code for this in Matlab?
이전 댓글 표시
A,B,C,D - parameters have to be optimised in
QLC=(A*exp((-(C*Ec*Q*Cr)/(R*T)))+(B*exp((-D*Ed*Q*Dr)/(R*T)))
and the fitness function QLM-QLC has to be minimized. QLM and QLC are vectors.
댓글 수: 5
Birdman
2018년 3월 27일
Where is QLM?
Walter Roberson
2018년 3월 27일
Is there a reason for not using the curve fitting toolbox for this?
anita sood
2018년 3월 27일
anita sood
2018년 3월 27일
Walter Roberson
2018년 3월 27일
https://www.mathworks.com/products/curvefitting.html
This sort of application is exactly what the curve fitting toolbox is designed for.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!