MilesCranmer commited on
Commit
7ef6388
1 Parent(s): f3c0668

All cores by default

Browse files
Files changed (1) hide show
  1. eureqa.py +1 -1
eureqa.py CHANGED
@@ -176,7 +176,7 @@ const y = convert(Array{Float32, 1}, """f"{y_str})""""
176
 
177
  command = [
178
  'julia -O3',
179
- f'--threads {threads}',
180
  '-e',
181
  f'\'include(".hyperparams_{rand_string}.jl"); include(".dataset_{rand_string}.jl"); include("eureqa.jl"); fullRun({niterations:d}, npop={npop:d}, ncyclesperiteration={ncyclesperiteration:d}, fractionReplaced={fractionReplaced:f}f0, verbosity=round(Int32, {verbosity:f}), topn={topn:d})\'',
182
  ]
 
176
 
177
  command = [
178
  'julia -O3',
179
+ '--threads auto',
180
  '-e',
181
  f'\'include(".hyperparams_{rand_string}.jl"); include(".dataset_{rand_string}.jl"); include("eureqa.jl"); fullRun({niterations:d}, npop={npop:d}, ncyclesperiteration={ncyclesperiteration:d}, fractionReplaced={fractionReplaced:f}f0, verbosity=round(Int32, {verbosity:f}), topn={topn:d})\'',
182
  ]