Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noamross/tracer

collect trace information from R optimization functions
https://github.com/noamross/tracer

Last synced: 10 days ago
JSON representation

collect trace information from R optimization functions

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
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:

- General package infrastructure, documentation, testing, etc.
- Methods for other optimizers (**minqa**, **optim**, **optimx**)