Skip to content

Commit

Permalink
Use multithreading in 5th mixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Aug 13, 2023
1 parent 4921f5f commit 14a5670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_mixed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ for i in 0:5
println("with default hyperparameters, Float64 type, and turbo=true")
T = Float64
turbo = true
parallelism = :multithreading
numprocs = nothing
end
if i == 5
options = SymbolicRegression.Options(;
Expand Down

0 comments on commit 14a5670

Please sign in to comment.