Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteve committed May 23, 2021
1 parent 71c3378 commit f345878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/OptimalTransport.jl
Original file line number Diff line number Diff line change
Expand Up @@ -548,12 +548,11 @@ function ot_reg_cost(mu, nu, C, eps; reg_func="L2", method="lorenz", kwargs...)
quadreg(mu, nu, C, eps; kwargs...)
else
@warn "Unimplemented"
nothing
nothing
end
return dot(γ, C)
end


"""
quadreg(mu, nu, C, ϵ; θ = 0.1, tol = 1e-5,maxiter = 50,κ = 0.5,δ = 1e-5)
Expand Down
1 change: 1 addition & 0 deletions src/variational.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit f345878

Please sign in to comment.