Skip to content
Snippets Groups Projects
Commit 8d7e4894 authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

avg wavelet 2

parent 4a6ed5aa
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ echo samples per user: $samples_per_user
#random_seeds=("90" "91" "92" "93" "94")
random_seeds=("97")
# "bior2.2" "rbio2.2"
alphas=("0.0") #"0.0"
mhs=("False") # "True"
alphas=("0.1") #"0.0"
mhs=("True" "False") # "True"
echo batchsize: $batchsize
echo communication rounds per global epoch: $comm_rounds_per_global_epoch
# calculating how many batches there are in a global epoch for each user/proc
......
......@@ -32,8 +32,8 @@ addresses_filepath = ip_addr_6Machines.json
[SHARING]
sharing_package = decentralizepy.sharing.WaveletBound
sharing_class = WaveletBound
alpha=0.1
lower_bound=0.0
alpha=0.91
lower_bound=0.1
metro_hastings=False
change_based_selection = True
wavelet=sym2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment