Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jan 14, 2025
1 parent c02f3dc commit 5ef52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const DEFAULT_POWER_CONE_TOL_CONV = 1e-10
const DEFAULT_POWER_CONE_TOL_IN_CONE = 1e-10

"""
projection_on_set(::DefaultDistance, v::AbstractVector{T}, ::MOI.PowerCone; [max_iters_newton = 3, max_iters_bisection = 1000]) where {T}
projection_on_set(::DefaultDistance, v::AbstractVector{T}, ::MOI.PowerCone; [max_iters_newton = 100, max_iters_bisection = 1000]) where {T}
projection of vector `v` on the power cone
i.e. `K = {(x,y,z) | x^a * y^(1-a) >= |z|, x>=0, y>=0}`.
Expand Down

0 comments on commit 5ef52ad

Please sign in to comment.