Can anyone help me write a genetic algorithm code for this in Matlab?
Afficher commentaires plus anciens
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 commentaires
Birdman
le 27 Mar 2018
Where is QLM?
Walter Roberson
le 27 Mar 2018
Is there a reason for not using the curve fitting toolbox for this?
anita sood
le 27 Mar 2018
anita sood
le 27 Mar 2018
Walter Roberson
le 27 Mar 2018
https://www.mathworks.com/products/curvefitting.html
This sort of application is exactly what the curve fitting toolbox is designed for.
Réponses (0)
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!