Skip to content

Commit 0373971

Browse files
committed
Merge branch 'hotfix/v2.0.1' into develop
2 parents 1f10c97 + 83ec4e0 commit 0373971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PyBatteryID has reserved certain symbols for the scheduling-variable components,
5050
- `1/`$\square$ — Inverse of the variable.
5151
- `log[` $\square$ `]` — Logarithmic transformation of the variable.
5252
- `exp[`$\diamond$`*sqrt[` $\square$ `]]` — Square-root of the variable followed by exponential transformation, where the hyperparameter can act as a normalization factor. See [[1]](#1).
53-
- `exp[`$\diamond_0$`*[` $\square$ `]^`$\diamond_1$`]` — Raising the variable to an arbitrary power followed by exponential transformation. Note that the variable can be multiplied by a number and also added to a number. See below for an example.
53+
- `exp[` $\diamond_0$ `*[` $\square$ `]^` $\diamond_1$ `]` — Raising the variable to an arbitrary power followed by exponential transformation. Note that the variable can be multiplied by a number and also added to a number. See below for an example.
5454
- $\square$`[` $\diamond_0$ `, ` $\diamond_1$ `]` — Low-pass filtering of the variable using first-order difference equation. The two hyperparameters correspond to $\varepsilon_0$ and $\varepsilon_1$, where $\varepsilon_0$ gets chosen when the variable is nonzero, and $\varepsilon_1$ otherwise; see [[1]](#1) for more details. Note that such an operation only makes sense with the current direction.
5555

5656
For instance, one may use the following basis functions,

0 commit comments

Comments
 (0)