Hi R users,

 

"genoud" function of "rgenoud" package will optimize my function. If 

 

opt = genoud(fn,2,max=TRUE,starting.value=c(1,10),........)

 

opt$value will give the optimized value of the function, "fn". My
problem is from the same opt, can I get the value of the function at the
initial parameter values? I need the initial value of the function for
reporting purposes.

 

 

 

BR, Shubha


        [[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