optimisation of function parameter
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a function :intra(vdays,high,low,close1,bollU,bollD). bollU and bollD are the input parameters. I want to optimise the result by changing these input parameters. How can I do it?
1 commentaire
John D'Errico
le 27 Août 2017
Learn to use the various optimization tools. That means tools like fminsearch, the optimization toolbox, global optimization toolbox, etc. Your question is too vague to know which tool might apply. Are there constraints? Integer variables, etc?
Réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!