-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCITATION.cff
32 lines (31 loc) · 1004 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
BOSS.jl (Bayesian Optimization with Semiparametric
Surrogate)
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Šimon
family-names: Soldát
email: [email protected]
repository-code: 'https://github.com/soldasim/BOSS.jl'
abstract: >-
BOSS.jl is a Julia package for Bayesian optimization. It
provides a compact way to define an optimization problem
and a surrogate model, and solve the problem. It allows
changing the hyperparameters of the underlying algorithms,
and provides a simple interface to use custom algorithms
for the subtasks of fitting the model parameters and
optimizing the acquisition function.
keywords:
- Bayesian optimization
- julia
- optimization
- blackbox optimization
- surrogate model
- Gaussian process
license: MIT