Skip to content
Prev 175351 / 398506 Next

constraint optimization: solving large scale general nonlinear problems

You don't need to find the fixed points.  This is a kind of "profiling" approach.  As I had said before, a better approach would be to jointly maximize over x and b:

max_{x, b}  h(x, b) = f(g(x,b), b).

You can use any unconstrained optimization tools (assuming there are no box-constraints on x and/or b) including optim() or spg() in the "BB" package.

Ravi.

____________________________________________________________________

Ravi Varadhan, Ph.D.
Assistant Professor,
Division of Geriatric Medicine and Gerontology
School of Medicine
Johns Hopkins University

Ph. (410) 502-2619
email: rvaradhan at jhmi.edu


----- Original Message -----
From: Florin Maican <florin.maican at handels.gu.se>
Date: Sunday, March 29, 2009 12:02 pm
Subject: Re: [R] constraint optimization: solving large scale general nonlinear problems
To: Ravi Varadhan <rvaradhan at jhmi.edu>
Cc: r-help <r-help at r-project.org>