Failure in initial user-supplied objective function evaluation

1 vue (au cours des 30 derniers jours)
ASWATHI V
ASWATHI V le 7 Avr 2019
Commenté : ASWATHI V le 9 Avr 2019
abc = @fun1;
x0 = [0,0];
lb = [0,0];
ub = [0.7,0.7];
x = simulannealbnd(abc,x0,lb,ub)

Réponses (1)

Torsten
Torsten le 8 Avr 2019
Modifié(e) : Torsten le 8 Avr 2019
Try
abc = @fun1;
x0 = [0,0];
f = abc(x0);
and see what is returned in f.

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by