https://github.com/jbrea/bayesopt.jl
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: jbrea
- License: other
- Language: Julia
- Default Branch: master
- Size: 9.77 KB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 5
- Releases: 1
Created over 7 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
README.md
BayesOpt
Usage
julia
using BayesOpt
config = ConfigParameters() # calls initialize_parameters_to_default of the C API
set_kernel!(config, "kMaternARD5") # calls set_kernel of the C API
config.sc_type = SC_MAP
f(x) = sum(x .^ 2)
lowerbound = [-2., -2.]; upperbound = [2., 2.]
optimizer, optimum = bayes_optimization(f, lowerbound, upperbound, config)
Consult the BayesOpt documentation for the configuration options.
Similar Project
BayesianOptimization has less features, but is written in julia and has similar performance.
Owner
- Login: jbrea
- Kind: user
- Website: https://people.epfl.ch/johanni.brea
- Repositories: 12
- Profile: https://github.com/jbrea
GitHub Events
Total
- Issues event: 1
Last Year
- Issues event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Johanni Brea | j****a@u****m | 8 |
| Julia TagBot | 5****t@u****m | 1 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 4
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 3 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ufechner7 (4)
Pull Request Authors
- ufechner7 (1)
- JuliaTagBot (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
juliahub.com: BayesOpt
- Documentation: https://docs.juliahub.com/General/BayesOpt/stable/
- License: MIT
-
Latest release: 0.1.0
published over 7 years ago
Rankings
Dependent repos count: 9.9%
Average: 36.8%
Dependent packages count: 38.9%
Forks count: 40.4%
Stargazers count: 58.1%
Last synced:
8 months ago