Skip to content

Commit 3e089db

Browse files
committed
Correct use of function for pareto
1 parent 753479e commit 3e089db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sindy/sindy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ end
125125
# General
126126
"""
127127
SINDy(X, Y, basis, opt = STRRidge(); p, t, maxiter, convergence_error, denoise, normalize)
128-
SINDy(X, Y, basis, lambdas, opt = STRRidge(); weights, f_target, p, t, opt, maxiter, convergence_error, denoise, normalize)
128+
SINDy(X, Y, basis, lambdas, opt = STRRidge(); f, g, p, t, opt, maxiter, convergence_error, denoise, normalize)
129129
130130
Performs Sparse Identification of Nonlinear Dynamics given the data matrices `X` and `Y` via the `AbstractBasis` `basis.`
131131
Keyworded arguments include the parameter (values) of the basis `p` and the timepoints `t` which are passed in optionally.

0 commit comments

Comments
 (0)