Skip to content

Commit

Permalink
Update llr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dourouc05 committed Dec 21, 2020
1 parent 21ed259 commit 767de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policies/llr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mutable struct LLR <: Policy
α::Float64
end

LLR() = LLR(sqrt(0.5))
LLR() = LLR(1.0)

struct LLRDetails <: PolicyDetails
solver_time::Float64
Expand Down

0 comments on commit 767de9b

Please sign in to comment.