Skip to content

Commit

Permalink
add arxiv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ThebTron authored Jul 8, 2022
1 parent f94ad2d commit 104b912
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# LEAF-GP
This repository contains scripts featured in: <cite-article>.

Please cite this work as:
```
@article{thebelt2022leafgp,
title={{Tree ensemble kernels for Bayesian optimization with known constraints over mixed-feature spaces}},
author={Thebelt, Alexander and Tsay, Calvin and Lee, Robert M and Sudermann-Merx, Nathan and Walz, David and Shafei, Behrang and Misener, Ruth},
eprint={2207.00879},
archivePrefix={arXiv},
year={2022}
}
```

## LEAF-GP Benchmarks

## Installation - Linux
Expand Down Expand Up @@ -48,4 +62,4 @@ You can also modify the call by using optional arguments:
- `-rnd-seed`: random seed to evaluate
- `-solver-type`: pick either `global` or `sampling`, referring to `LEAF-GP` and `LEAF-GP-RND`, respectively
- `-has-larger-model`: picking this one uses a larger tree ensemble model for `LEAF-GP`
used for the `vae_nas` benchmark
used for the `vae_nas` benchmark

0 comments on commit 104b912

Please sign in to comment.