Skip to content

Commit

Permalink
fixed fit from noise_less model
Browse files Browse the repository at this point in the history
  • Loading branch information
briandepasquale committed Aug 26, 2024
1 parent 35c7412 commit bc83dcf
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 48 deletions.
127 changes: 80 additions & 47 deletions examples/fit_neural_real_data.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/neural_model/noiseless_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function θy0(data, f::Vector{Vector{String}})
θ = θneural_noiseless(x0, f)
model0 = noiseless_neuralDDM(θ)

model0, = optimize(model0, data, neural_options_noiseless(f), show_trace=false)
model0, = fit(model0, data, neural_options_noiseless(f), show_trace=false)

return model0

Expand Down

0 comments on commit bc83dcf

Please sign in to comment.