Constrained Optimization Algorithm
- From: cyc1120@xxxxxxxxx
- Date: Fri, 22 Aug 2008 12:28:43 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Constrained Optimization Algorithm
- From: muse
- Re: Constrained Optimization Algorithm
- Prev by Date: Re: C++ Matrix & Linear Algebra library
- Next by Date: Re: Solving a system of linear equations
- Previous by thread: Zero Is Even.By Aiya-Oba
- Next by thread: Re: Constrained Optimization Algorithm
- Index(es):
Relevant Pages
|