You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The number of processes to use, if you want EquationSearch to set this up automatically."
33
+
"The number of processes to use, if you want `equation_search` to set this up automatically."
34
34
numprocs =nothing
35
35
"If you have set up a distributed run manually with procs = addprocs() and @everywhere, pass the procs to this keyword argument."
36
36
procs::Union{Vector{Int}, Nothing}=nothing
@@ -40,7 +40,7 @@ $(FIELDS)
40
40
parallelism::Union{String, Symbol}=:serial
41
41
"Whether to run (quick) tests before starting the search, to see if there will be any problems during the equation search related to the host environment"
0 commit comments