Skip to content

Commit 976361c

Browse files
committed
Update README
1 parent 9567cb8 commit 976361c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# BayesO Benchmarks
2-
[![Build Status](https://app.travis-ci.com/jungtaekkim/bayeso-benchmarks.svg?branch=main)](https://app.travis-ci.com/jungtaekkim/bayeso-benchmarks)
2+
[![Build Status](https://github.com/jungtaekkim/bayeso-benchmarks/actions/workflows/pytest.yml/badge.svg)](https://github.com/jungtaekkim/bayeso-benchmarks/actions/workflows/pytest.yml)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

55
Benchmarks for Bayesian optimization.
6-
The details of benchmark functions can be found in [these notes](http://jungtaek.github.io/notes/benchmarks_bo.pdf).
6+
The details of benchmark functions can be found in [these notes](https://jungtaek.github.io/notes/benchmarks_bo.pdf).
77

88
## Installation
99
We recommend installing it with `virtualenv`.
@@ -65,10 +65,7 @@ Y_noise = obj_fun.output_gaussian_noise(X)
6565
```
6666

6767
## Author
68-
* [Jungtaek Kim](http://jungtaek.github.io) (POSTECH)
69-
70-
## Contact
71-
* Jungtaek Kim: [[email protected]](mailto:[email protected])
68+
* [Jungtaek Kim](https://jungtaek.github.io) (POSTECH)
7269

7370
## License
7471
[MIT License](LICENSE)

0 commit comments

Comments
 (0)