Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add BO_GP and BO_RF #311

Merged
merged 3 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix working folder
  • Loading branch information
rayrayraykk committed Aug 10, 2022
commit b7a508fdea0a975d0222bbe9dab69632211634dc
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bo_gp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ hpo:
elim_rate: 3
iter: 50
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_femnist_avg
working_folder: bo_gp_femnist_avg
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bo_gp_wrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ hpo:
eta0: -1.0
gamma: 0.0
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_wrap_femnist_avg
working_folder: bo_gp_wrap_femnist_avg
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bo_rf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ hpo:
elim_rate: 3
iter: 50
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_femnist_avg
working_folder: bo_rf_femnist_avg
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bo_rf_wrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ hpo:
eta0: -1.0
gamma: 0.0
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_wrap_femnist_avg
working_folder: bo_rf_wrap_femnist_avg
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bohb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ hpo:
elim_rate: 3
iter: 12
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_femnist_avg
working_folder: bohb_femnist_avg
2 changes: 1 addition & 1 deletion federatedscope/example_configs/femnist/avg/bohb_wrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ hpo:
eta0: -1.0
gamma: 0.0
metric: 'client_summarized_weighted_avg.val_avg_loss'
working_folder: bo_kde_wrap_femnist_avg
working_folder: bohb_wrap_femnist_avg