Skip to content

Commit

Permalink
Add instructions for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Aug 28, 2024
1 parent 563e56c commit fa50357
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Benchmarking Scripts

This directory hosts scripts for benchmarking recourse methods.

## Installation

To install the necessary dependencies, run the following command:
```sh
pip install "jax-relax[dev]"
```

## Usage

To reproduce the results in the paper, you can run

```sh
python -m benchmarks.built-in.run_all
```

0 comments on commit fa50357

Please sign in to comment.