Skip to content
Snippets Groups Projects
Commit e814c5c2 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added conclusion for sufficient -r.

parent 5c73e20c
No related branches found
No related tags found
1 merge request!305Resolve L2SDP-846
Pipeline #42189 passed
...@@ -83,7 +83,8 @@ _parser = argparse.ArgumentParser( ...@@ -83,7 +83,8 @@ _parser = argparse.ArgumentParser(
# Zoom in at w = 0.75 # Zoom in at w = 0.75
> python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0
# Use -r = 6 to see effect of having more resolution before rounding # Use -r = 6 to see effect of applying weights with more (intermediate)
# resolution before rounding
> python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6
> python try_round_weight.py --w_lo 0.3 --w_hi 1.1 --w_step 0.001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 > python try_round_weight.py --w_lo 0.3 --w_hi 1.1 --w_step 0.001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6
\n""")), \n""")),
......
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