Displaying 2 results from an estimated 2 matches for "rdonlp".
Did you mean:
rdonly
2009 Jul 06
1
R- NLP on R but ....
I'll appreciate the help on the following problem:
I solved many Nonlinear programming problems with nonlinear
constraints....Rdonlp is working well but i am unable to get INTEGER data
with nonlinear constraints in Rdonlp. Is it possible to get Integer Values
of parameters in any package of R with nonlinear constraints.
Rahul
[[alternative HTML version deleted]]
2009 Jul 03
1
Error
Dear Sir,
I installed successfully using the install.packages("Rdonlp2", repos="
http://R-Forge.R-project.org"). I tried on the example which is defined on
the Rdonlp help file ,p <- c(-10,10)par.l <- c(0,0); par.u <-
c(100,100)lin.u <- 1; lin.l <- 1A <- t(c(1,1))fn <- function(x){
x[1]^2+x[2]^2}ret <- donlp2(p, fn, par.lower=pa...