convergence problem using fmincon



Hello All,
I have an NLP optimization problem which i am trying to solve using
fmincon. Actually i want to train the neural network for solving the
optimization problem, so i need to generate the large number of
patterns for it. When i use fmincon on a bigger power system model,
it converges for the base case but on changing the loading randomly
it either gives maximum number of function evaluations exceeded
(which i kept to be 500)or no feasible solution found. So can anybody
suggest me what parameters shall i change so that it converges for
most of the cases?

Any help is appreciated.
Thanks,
T.Jain
.



Relevant Pages

  • Optimization Problem
    ... I'm trying to solve an optimization problem by using fmincon. ... I have non-linear objective function and linear constraints ... Active inequalities: ...
    (comp.soft-sys.matlab)
  • fmincon function and loop
    ... I have an optimization problem and I'm wondering if the fmincon function is appropriate function and if not, please help me to find the best function in Matlab ... The following code is used to find sum of log-likelihood of the simulated data given the initial guess of GM and GSD and the LOD ... The goal ask the computer to adjust GM, and GSD values such a the negative sum of log-likihood is minimized. ...
    (comp.soft-sys.matlab)
  • help me about fmincon
    ... I am trying to use fmincon to solve an optimization problem. ... and i set lb=0 (lb is lower bounds on the design variables,x), ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • fmincon
    ... I have an optimization problem. ... objective function subject to the Qudratic constarints. ... I am using FMINCON in Optimization toolbox. ...
    (comp.soft-sys.matlab)
  • optimization of sum of weighted bernoulli params
    ... I have an optimization problem that I'm having difficulty solving. ... distribution with paramter vector a. ... for instance in a variational framework. ...
    (sci.stat.edu)