Skip to content

Commit

Permalink
Remove Optim.jl reference in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Dec 15, 2016
1 parent f2d99ba commit c64a52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Existing Functionality
* `y`: the dependent variable that constrains `model`
* `w`: weight applied to the residual; can be a vector (of `length(x)` size) or matrix (inverse covariance)
* `p0`: initial guess of the model parameters
* `kwargs`: tuning parameters for fitting, passed to [`levenberg_marquardt`](https://github.com/JuliaOpt/Optim.jl/blob/master/src/levenberg_marquardt.jl) of `Optim.jl`, such as `maxIter` or `show_trace`
* `kwargs`: tuning parameters for fitting, passed to `levenberg_marquardt`, such as `maxIter` or `show_trace`
* `fit`: composite type of results (`LsqFitResult`)


Expand Down

0 comments on commit c64a52d

Please sign in to comment.