Skip to content

Commit

Permalink
Merge branch 'nonlinear-estimation' of https://github.com/thorek1/Mac…
Browse files Browse the repository at this point in the history
…roModelling.jl into nonlinear-estimation
  • Loading branch information
Thore Kockerols authored and Thore Kockerols committed Oct 30, 2024
2 parents 3672506 + 86672e8 commit bdbbe46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/neural_net_solution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,12 @@ new_batch_every_n_periods = n_epochs ÷ n_batches_in_total
# total_obs_seen = n_epochs * n_simul_per_batch * n_batches_in_total

s = ParameterSchedulers.Stateful(CosAnneal(.001, 1e-8, n_epochs))
# s = ParameterSchedulers.Stateful(SinDecay2(.001, 1e-6, 500))
# s = ParameterSchedulers.Stateful(Sequence([ CosAnneal(.001, 1e-5, 5000),
# Exp(start = 1e-5, decay = .9995),
# Exp(start = 1e-6, decay = .999)],
# [scheduler_period ÷ 3, scheduler_period ÷ 3, scheduler_period ÷ 3]))




# Parameter draws (Sobol)
Expand Down

0 comments on commit bdbbe46

Please sign in to comment.