Skip to content
Prev 56778 / 63424 Next

R optim(method="L-BFGS-B"): unexpected behavior when working with parent environments

On 06/05/2019 18:21, Thomas Petzoldt wrote:
I think that the bug description is a little bit misleading. The bug is 
not in fact that "<<-" produce a reference instead of a copy (that's 
normal) but in fact that some C or Fortran code modifies a variable "in 
place" without taking care if there are some references on it or not.

Serguei (just splitting hairs)