Skip to content

Commit

Permalink
Update cost_functions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Apr 16, 2018
1 parent 13bce29 commit 6a6daf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cost_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function (f::L2Loss)(sol::DESolution)
end
sumsq
end
L2Loss(t,data) = L2Loss(t,data,nothing,nothing)
L2Loss(t,data;data_weight=1.0,differ_weight=nothing) = L2Loss(t,data,data_weight,differ_weight)

function (f::L2Loss)(sol::AbstractMonteCarloSolution)
Expand Down

0 comments on commit 6a6daf1

Please sign in to comment.