From ffdcbaa7a02f349d0e1602ed182976b23ae3e67f Mon Sep 17 00:00:00 2001 From: jmason42 Date: Tue, 12 Jun 2018 12:55:16 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431931a..28898a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See `requirements.txt` for specific version information. To run a single, standard optimization, call `python optimize.py`. The output parameter values will be saved as `optimized_pars.npy`. ### Specific parameter estimation -To run a specific optimization problem, call `python main.py` with the appropriate options (see `python main.py -h` for arguments). For example, to run the optimization using the smallest saturation penalty (see text) and see #32, +To run a specific optimization problem, call `python main.py` with the appropriate options (see `python main.py -h` for arguments). For example, to run the optimization using the smallest saturation penalty (see text) and seed #32, ```bash python main.py --seed=32 --problem=all_scaled_upper_sat_limits_1e-1