We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2512dff + f51b43f commit 29a0e0dCopy full SHA for 29a0e0d
src/optimization.jl
@@ -48,7 +48,7 @@ struct ParamUpdate
48
conf::Any
49
function ParamUpdate(conf, param_lists...)
50
states = Dict{GenerativeFunction,Any}()
51
- for (gen_fn, param_list) in param_lists
+ for (gen_fn, param_list) in param_lists
52
states[gen_fn] = init_update_state(conf, gen_fn, param_list)
53
end
54
new(states, conf)
0 commit comments