Skip to content

Commit

Permalink
update diva
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Oct 10, 2023
1 parent 13d32b3 commit 613cbd5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions examples/benchmark/benchmark_fbopt_mnist_diva.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,39 +47,38 @@ Shared params:
distribution: loguniform

mu_init:
min: 0.01
max: 0.05
min: 0.000001
max: 0.00001
num: 5
distribution: loguniform

gamma_y:
min: 1e4
min: 1.0
max: 1e6
step: 100
num: 3
distribution: loguniform

gamma_d:
min: 1e4
min: 1.0
max: 1e6
step: 100
num: 3
distribution: loguniform

# Test fbopt with different hyperparameter configurations

diva_fbopt_full:
diva_fbopt_a:
aname: diva
trainer: fbopt
str_mu: gammad_recon
gamma_y: 1.0
init_setpoint_ratio: 0.99

shared:
- ini_setpoint_ratio
- k_i_gain
- mu_init

diva_feedforward_full:
diva_feedforward_a:
aname: diva
trainer: hyperscheduler
str_mu: gammad_recon
Expand Down

0 comments on commit 613cbd5

Please sign in to comment.