tests/testthat/_snaps/objective.md

objective with one target argument can be evaluated

Code
  print(objective)
Output
  * Function: f
  * Definition: (x + a)^2 + b
  * Targets (length): x (1)
  * Fixed arguments specified: b, a

objective with more than one target argument can be evaluated

Code
  print(objective)
Output
  * Function: llk
  * Definition: sd <- exp(sd) lambda <- plogis(lambda...
  * Targets (length): mu (2), sd (2), lambda (1)
  * Fixed arguments specified: data


Try the optimizeR package in your browser

Any scripts or data that you put into this service are public.

optimizeR documentation built on April 4, 2025, 1:56 a.m.