Constrained Optimization Algorithm



Hi all,

I am facing the following Optimization problem. I'll post an example
with a simple case.

I have 2 variables, x and y.

I want to maximize (f(x) + g(y))/2 while keeping x + y <= 10.

I know this is a NLP problem.
I have tried to use the Newton-Raphson algorithm but I dont' like it
because it highly depends on the initial chosen point.

I'll eventually have to expand this problem to thousands of variables
(as opposed to having only 2 variables: x and y).

Anyone know which I NLP algorithm I should use and where I can find
resources about that particular algorithm?

Thanks
.



Relevant Pages

  • Linear Phase IIR Filters...
    ... I am facing some trouble while ... implementing the algorithm in MATLAB, ...
    (comp.soft-sys.matlab)
  • Re: Constrained Optimization Algorithm
    ... I know this is a NLP problem. ... I have tried to use the Newton-Raphson algorithm but I dont' like it ... I made simple case when you try to find the curve of minimal length ...
    (sci.math.num-analysis)
  • Optimization algorithm
    ... I want to know if it's possible to solve for the value of k and u in this optimization problem: ... This is a bad example because k=0 is a solution, but in general case, what type of algorithm can solve this type of problems? ... David ... Prev by Date: ...
    (sci.math.num-analysis)