Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-r committed Oct 23, 2020
1 parent 623a974 commit f7b61b6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# mlrMBO 1.1.5

* Documentation fixes
* Bugfix: Fix CRAN warnings.

# mlrMBO 1.1.4

* `plot.OptState()` now supports multiple categorical variables.
* `crit.aei` works with wrapped learners.
* Documentation fixes
* `mbo()` can be called without control object.
* Bugix: MOIMBO works with integers
* Bugfix: MOIMBO works with integers

# mlrMBO 1.1.3

Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Model-based optimization with [mlr](https://github.com/mlr-org/mlr/).

<!-- badges: start -->
[![tic](https://github.com/mlr-org/mlrMBO/workflows/tic/badge.svg?branch=master)](https://github.com/mlr-org/mlrMBO/actions)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mlrMBO)](https://cran.r-project.org/package=mlrMBO)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mlrMBO)](https://cran.r-project.org/package=mlrMBO)
[![Coverage Status](https://img.shields.io/codecov/c/github/mlr-org/mlrMBO/master.svg)](https://codecov.io/github/mlr-org/mlrMBO?branch=master)
[![Monthly RStudio CRAN Downloads](https://cranlogs.r-pkg.org/badges/mlrMBO)](https://CRAN.R-project.org/package=mlrMBO)
<!-- badges: end -->

* [Documentation](https://mlr-org.github.io/mlrMBO/)
* [Documentation](https://mlrmbo.mlr-org.com/)
* [Issues, Requests and Bug Tracker](https://github.com/mlr-org/mlrMBO/issues)

# Installation
Expand Down Expand Up @@ -72,7 +72,7 @@ for(i in 1:10) {

Features:

* EGO-type algorithms (Kriging with expected improvement) on purely numerical search spaces, see [Jones et al. (1998)](http://link.springer.com/article/10.1023/A:1008306431147)
* EGO-type algorithms (Kriging with expected improvement) on purely numerical search spaces, see [Jones et al. (1998)](https://link.springer.com/article/10.1023/A:1008306431147)
* Mixed search spaces with numerical, integer, categorical and subordinate parameters
* Arbitrary parameter transformation allowing to optimize on, e.g., logscale
* Optimization of noisy objective functions
Expand Down Expand Up @@ -107,7 +107,7 @@ You can get citation info via `citation("mlrMBO")` or copy the following BibTex
```bibtex
@article{mlrMBO,
title = {{{mlrMBO}}: {{A Modular Framework}} for {{Model}}-{{Based Optimization}} of {{Expensive Black}}-{{Box Functions}}},
url = {http://arxiv.org/abs/1703.03373},
url = {https://arxiv.org/abs/1703.03373},
shorttitle = {{{mlrMBO}}},
archivePrefix = {arXiv},
eprinttype = {arxiv},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Model-based optimization with [mlr](https://github.com/mlr-org/mlr/).
<!-- badges: start -->

[![tic](https://github.com/mlr-org/mlrMBO/workflows/tic/badge.svg?branch=master)](https://github.com/mlr-org/mlrMBO/actions)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/mlrMBO)](https://cran.r-project.org/package=mlrMBO)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/mlrMBO)](https://cran.r-project.org/package=mlrMBO)
[![Coverage
Status](https://img.shields.io/codecov/c/github/mlr-org/mlrMBO/master.svg)](https://codecov.io/github/mlr-org/mlrMBO?branch=master)
[![Monthly RStudio CRAN
Downloads](https://cranlogs.r-pkg.org/badges/mlrMBO)](https://CRAN.R-project.org/package=mlrMBO)
<!-- badges: end -->

- [Documentation](https://mlr-org.github.io/mlrMBO/)
- [Documentation](https://mlrmbo.mlr-org.com/)
- [Issues, Requests and Bug
Tracker](https://github.com/mlr-org/mlrMBO/issues)

Expand Down Expand Up @@ -45,7 +45,7 @@ Features:

- EGO-type algorithms (Kriging with expected improvement) on purely
numerical search spaces, see [Jones et
al. (1998)](http://link.springer.com/article/10.1023/A:1008306431147)
al. (1998)](https://link.springer.com/article/10.1023/A:1008306431147)
- Mixed search spaces with numerical, integer, categorical and
subordinate parameters
- Arbitrary parameter transformation allowing to optimize on, e.g.,
Expand Down Expand Up @@ -89,7 +89,7 @@ the following BibTex entry:
``` bibtex
@article{mlrMBO,
title = {{{mlrMBO}}: {{A Modular Framework}} for {{Model}}-{{Based Optimization}} of {{Expensive Black}}-{{Box Functions}}},
url = {http://arxiv.org/abs/1703.03373},
url = {https://arxiv.org/abs/1703.03373},
shorttitle = {{{mlrMBO}}},
archivePrefix = {arXiv},
eprinttype = {arxiv},
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ bibentry(
person("Michel", "Lang")
),
year = "2017",
url = "http://arxiv.org/abs/1703.03373"
url = "https://arxiv.org/abs/1703.03373"
)
2 changes: 1 addition & 1 deletion vignettes/mlrMBO.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Supported are, among other things:
- Multi-criteria optimization

This vignette gives a brief overview of the features of `mlrMBO`.
A more detailed documentation can be found on: <http://mlr-org.github.io/mlrMBO/>.
A more detailed documentation can be found on: <https://mlrmbo.mlr-org.com/>.

# Quickstart

Expand Down
2 changes: 1 addition & 1 deletion vignettes/supplementary/parallelization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Each lambda value leads to a slightly different infill criteria function with di
* `multicrit`: Use a evolutionary multicriteria optimization.
This is a (mu+1) type evolutionary algorithm and runs for `multicrit.maxit` generations.
The population size is set to `propose.points`.
For a detailed description of the algorithm check the paper [MOI-MBO: Multiobjective Infill for Parallel Model-Based Optimization](http://link.springer.com/chapter/10.1007/978-3-319-09584-4_17).
For a detailed description of the algorithm check the paper [MOI-MBO: Multiobjective Infill for Parallel Model-Based Optimization](https://link.springer.com/chapter/10.1007/978-3-319-09584-4_17).

### Constant Liar

Expand Down

0 comments on commit f7b61b6

Please sign in to comment.