what changes should i make in final optimised value with opt time vector
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Any modifications to be done in the final optimized value that specify a combination of step size (Ts) and number of iterations (N)?
I am getting a higher optimized value in a problem based optimization problem ,should i make any changes in the final Fval since
opt Time=5*60=300 chosen in my problem?
2 commentaires
Image Analyst
le 26 Sep 2021
Can you just run through a brute force trial of all possible combinations?
Réponses (1)
Matt J
le 26 Sep 2021
Modifié(e) : Matt J
le 26 Sep 2021
Use prob2struct
s=prob2struct(prob);
s.f0
The value of s.f0 will be the discrepancy between a problem-based linear optimization and a solver-based linear optimization.
4 commentaires
Matt J
le 27 Sep 2021
I am not sitting beside you at your computer. I cannot see what you entered...
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!