[R] Optimization under an absolute value constraint

Phil Xiang pxxiang at yahoo.com
Fri Sep 7 20:17:29 CEST 2007


I need to optimize a multivariate function f(w, x, y, z, ...) under an absolute value constraint. For instance:

    min { (2x+y) (w-z) }

under the constraint:

    |w| +  |x| + |y| + |z| = 1.0 .

Is there any R function that does this? Thank you for your help!

 
        Phil Xiang



More information about the R-help mailing list