Skip to content

Commit

Permalink
adding installation instructions to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrm25 committed Mar 1, 2024
1 parent 37e0f3a commit 4ad0bf3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ It implements surrogate models designed for combinatorial spaces and the acquisi

Note that although we consider only categorical variables, this optimizer can be adapted for continuous or mixed inputs spaces.

## Installation

To install the package, activate your python environment and run:

```sh
make build
make install
```


## License

This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more details.

0 comments on commit 4ad0bf3

Please sign in to comment.