aboutsummaryrefslogtreecommitdiff
path: root/src/infer.jl
diff options
context:
space:
mode:
Diffstat (limited to 'src/infer.jl')
-rw-r--r--src/infer.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infer.jl b/src/infer.jl
index 551e55e..5aecf0f 100644
--- a/src/infer.jl
+++ b/src/infer.jl
@@ -389,7 +389,7 @@ function make_objective(ref, qry)
function objective(Θ)
# β, ν, ω = #0.5, Θ[1:84], Θ[85:end] #ones(84)
# Σ, ϕ = cost_scan(ref, qry, ν, ω)
- β = 10
+ β = 250
ν, ω = Θ[1:84], Θ[85:end]
Σ, ϕ = cost_transform(ref, qry; ω=ω, ν=ν)