MilesCranmer commited on
Commit
0729727
1 Parent(s): 2ffe02b

Formatting changes to tuning page

Browse files
Files changed (1) hide show
  1. docs/tuning.md +1 -1
docs/tuning.md CHANGED
@@ -20,7 +20,7 @@ I run from IPython on the head node of a slurm cluster. Passing `cluster_manager
20
  10. Set `weight_optimize` to some larger value, maybe `0.001`. This is very important if `ncyclesperiteration` is large, so that optimization happens more frequently.
21
  11. Set `turbo` to `True`. This may or not work, if there's an error just turn it off (some operators are not SIMD-capable). If it does work, it should give you a nice 20% speedup.
22
 
23
- Since I am running in IPython, I can just hit "q<enter>" to stop the job, tweak the hyperparameters, and then start the search again.
24
  I can also use `warm_start=True` if I wish to continue where I left off (though note that changing some parameters, like `maxsize`, are incompatible with warm starts).
25
 
26
  Some things I try out to see if they help:
 
20
  10. Set `weight_optimize` to some larger value, maybe `0.001`. This is very important if `ncyclesperiteration` is large, so that optimization happens more frequently.
21
  11. Set `turbo` to `True`. This may or not work, if there's an error just turn it off (some operators are not SIMD-capable). If it does work, it should give you a nice 20% speedup.
22
 
23
+ Since I am running in IPython, I can just hit `q` and then `<enter>` to stop the job, tweak the hyperparameters, and then start the search again.
24
  I can also use `warm_start=True` if I wish to continue where I left off (though note that changing some parameters, like `maxsize`, are incompatible with warm starts).
25
 
26
  Some things I try out to see if they help: