Skip to content

Commit 036700f

Browse files
author
Grisha Szep
authored
Update README.md
1 parent 375dcc0 commit 036700f

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
@@ -28,7 +28,7 @@ end
2828
```
2929
The targets are specified with `StateSpace( dimension::Integer, condition::AbstractRange, targets::AbstractVector )`. It contains the dimension of the state space, which must match that of the defined model, the control condition range that we would like to perform the continuation method in, and a vector of target conditions we would like to match.
3030
```julia
31-
X = StateSpace( 2, 0:0.01:10, [4,5] )
31+
X = StateSpace( 2, 0.01:0.01:10, [4,5] )
3232
```
3333
The optimisation needs to be initialised using a `NamedTuple` containing the initial guess for `θ` and the initial value `p` from which to begin the continuation.
3434
```julia

0 commit comments

Comments
 (0)