Skip to content

Commit

Permalink
add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity authored Dec 10, 2024
1 parent 63784e2 commit 8e0007c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Vector Optimization with Active Learning
## VOPy: A Framework for Black-box Vector Optimization

[![Test Workflow](https://github.com/Bilkent-CYBORG/VOPy/actions/workflows/test.yml/badge.svg)](https://github.com/Bilkent-CYBORG/VOPy/blob/master/.github/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/Bilkent-CYBORG/VOPy/badge.svg)](https://coveralls.io/github/Bilkent-CYBORG/VOPy)
Expand Down Expand Up @@ -56,3 +56,20 @@ Further, installing the pre-commit hooks are **highly** encouraged.
# Inside the package folder
pre-commit install
```

### **Citing**

If you use VOPy, please cite the following paper:

```
@article{yildirim2024vopy,
title={{VOPy}: A Framework for Black-box Vector Optimization},
author={Yıldırım, Yaşar Cahit and Karagözlü, Efe Mert and Korkmaz, İlter Onat and Ararat, Çağın and Tekin, Cem},
journal={arXiv preprint arXiv:2412.06604},
year={2024}
}
```

### **License**

VOPy is under [MIT license](LICENSE).

0 comments on commit 8e0007c

Please sign in to comment.