Hello R community,

I am using R for creating a model using optimization.  I would like to ask if 
there is R-function/package for solving the problem below:

Minimize sum(abs(exp^(Ai1 x1 + Ai2 x2 + ... + Aim xm - bi) - 1)), for each i = 
1, ..., n.
subject to   Ai1 x1 + Ai2 x2 + ... + Ajm xm - bi <= c,   where c is a scalar. 
(x is a vector of variables, A is nxm matrix, b is a vector)
        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to