generated from automl/automl_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation about carps usage (#157)
* Add documentation about carps usage For the case when developing a standalone package either for a benchmark or for an optimizer. * Update CHANGELOG.md * Add missing word --------- Co-authored-by: Sarah Krebs <[email protected]>
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Using Carps | ||
|
||
In the case when you are developing your optimizer or benchmark in a standalone package, you can use carps without directly working in the carps repo. | ||
|
||
## With your own benchmark | ||
For a custom benchmark we have an [example repo](https://github.com/automl/OptBench). | ||
It shows how to use your own benchmark with carps optimizers. | ||
|
||
## With your own optimizer | ||
When you develop your own optimizer, check this [example repo](https://github.com/automl/CARP-S-example-optimizer). | ||
It shows how to use your own optimizer with carps benchmarks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters