Skip to content

Commit

Permalink
Merge pull request #62 from davidkowalk/fixing-broken-links
Browse files Browse the repository at this point in the history
Minor changes to README
  • Loading branch information
yomichi authored Dec 23, 2024
2 parents 259d1cb + e0bb3ab commit 84fe3ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A standard implementation (e.g., scikit-learn), however, can accommodate only sm
PHYSBO is highly scalable due to an efficient protocol that employs Thompson sampling, random feature maps, one-rank Cholesky update and automatic hyperparameter tuning. Technical features are described in [COMBO's document](https://github.com/tsudalab/combo/blob/master/docs/combo_document.pdf) and [PHYSBO's report](https://doi.org/10.1016/j.cpc.2022.108405) (open access).
PHYSBO was developed based on [COMBO](https://github.com/tsudalab/combo) for academic use.

## Document
## Documentation

- Stable (master branch)
- [English](https://issp-center-dev.github.io/PHYSBO/manual/master/en/index.html)
Expand All @@ -14,7 +14,7 @@ PHYSBO was developed based on [COMBO](https://github.com/tsudalab/combo) for aca
- [English](https://issp-center-dev.github.io/PHYSBO/manual/develop/en/index.html)
- [日本語](https://issp-center-dev.github.io/PHYSBO/manual/develop/ja/index.html)

## Required Packages
## Dependencies

- Python >= 3.6
- No longer tested with Python 3.6
Expand Down Expand Up @@ -61,7 +61,9 @@ python3 -m pip uninstall physbo

## Usage

['examples/simple.py'](https://github.com/issp-center-dev/PHYSBO/examples/simple.py) is a simple example.
For an introductory tutorial please consult the documentation. ([English](https://issp-center-dev.github.io/PHYSBO/manual/master/en/notebook/tutorial_basic.html) / [日本語](https://issp-center-dev.github.io/PHYSBO/manual/develop/ja/install.html#id2))

['examples/simple.py'](./examples/simple.py) is a simple example.

## Data repository

Expand Down

0 comments on commit 84fe3ef

Please sign in to comment.