Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 21, 2020
1 parent 47a71e6 commit 90552b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ Available options:
| `p0_range` | `Vector{Float64,2}` | `[-1.,1.]` | Range of gereneration of initial random parameters. |
| `fine` | `Int`| 100 | Number of points of fit to smooth plot. |
| `nbest` | `Int`| 3 | Number of repetitions of best solution in global search. |
| `besttol` | `Float64`| 1e-4 | Similarity of the sum of residues of two solutions such that they are considered the same |
| `maxtrial` | `Int`| 100 | Maximum number of trials in global search |
| `besttol` | `Float64`| 1e-4 | Similarity of the sum of residues of two solutions such that they are considered the same. |
| `maxtrial` | `Int`| 100 | Maximum number of trials in global search. |
Expand Down

2 comments on commit 90552b6

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 90552b6 Aug 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/19940

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 90552b679c3fe661000fac9c4e26e49130ccb416
git push origin v0.2.0

Please sign in to comment.