why fmincon returns different results every time

Hi fellows,
I am using fmincon to do the optimization problem. But every time I run it it gives me different result. Is there anyone who know what the reason could be?
Cheers

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 10 de Sept. de 2012

0 votos

  • Do you have a rand() in there that makes your function non-deterministic?
  • Is your function non-deterministic in some other way?
  • Are you using the same starting point, x0?
  • Are you modifying the options at all?
The more details you can provide us with the better.

1 comentario

SHWETA GUPTA
SHWETA GUPTA el 28 de Feb. de 2013
I don't have rand() in my code, starting point is same every time I run the code but still it gives me different result. Please help.

Iniciar sesión para comentar.

Más respuestas (1)

xueqi
xueqi el 11 de Sept. de 2012

0 votos

Yeah I did have a rand()...This explains!

Etiquetas

Preguntada:

el 10 de Sept. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by