Message-ID: <64A8B806-2F64-40BA-AC22-E4AC99054CA2@dcn.davis.ca.us>
Date: 2017-06-28T08:47:27Z
From: Jeff Newmiller
Subject: Finding optim.R function
In-Reply-To: <BLUPR01MB291A8E36C162CC7CEB333AC93DC0@BLUPR01MB291.prod.exchangelabs.com>
Much of R is implemented using C or Fortran. You are on a wild goose chase. There are contributed packages that you probably ought to investigate before modifying optim, though.
https://cran.r-project.org/web/views/Optimization.html
--
Sent from my phone. Please excuse my brevity.
On June 27, 2017 12:46:44 PM EDT, Tauras Vilgalys <taur.vil at outlook.com> wrote:
>Hello, could anybody direct me where to find code for optim.R? I was
>able to find the C code at
>http://docs.rexamine.com/R-devel/optim_8c.html, but the R version would
>be easier for me to work with and modify.
>
>
>Thank you!
>
>
> [[alternative HTML version deleted]]
>
>______________________________________________
>R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.