knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

A package to collect trace information from optimization functions. Very early-stage and experimental.

Use nloptr_tr() in place of nloptr::nloptr(). It will give the same results but append the trace information to the result as an attribute, as well as adding the class traced.

Use tracer(result) to retrieve the trace information.

TODO:



noamross/tracer documentation built on May 23, 2019, 9:31 p.m.