Skip to content

Commit

Permalink
found another one
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Jun 10, 2024
1 parent 2683aa4 commit 5dc20f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ xst = x$transpose()
xst
```

Further documentation can be found in the [mlr3book](https://mlr3book.mlr-org.com/technical.html#paradox).
Further documentation can be found in the [in-depth tutorial](https://paradox.mlr-org.com/dev/articles/indepth.html)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ xst
#> [1] 0.5795772
```

Further documentation can be found in the [mlr3book](https://mlr3book.mlr-org.com/technical.html#paradox).
Further documentation can be found in the [in-depth tutorial](https://paradox.mlr-org.com/dev/articles/indepth.html)

4 changes: 4 additions & 0 deletions vignettes/indepth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, comment = "#>", collapse = TRUE)
```

## Parameters (using paradox)

The `paradox` package offers a language for the description of *parameter spaces*, as well as tools for useful operations on these parameter spaces.
Expand Down

0 comments on commit 5dc20f9

Please sign in to comment.