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
Copy file name to clipboardExpand all lines: tutorials/introduction-to-solverbenchmark/index.jmd
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,7 @@ Here is a useful tutorial on how to use the benchmark with specific solver:
223
223
The tutorial covers how to use the problems from `OptimizationProblems` to run a benchmark for unconstrained optimization.
224
224
225
225
### Handling `solver_specific` in stats
226
-
If a solver's GenericExecutionStats contains a `solver_specific` dictionary
227
-
, a column is created for
228
-
each key in that dictionary in the per-solver `DataFrame`.
226
+
If a solver's `GenericExecutionStats` contains a `solver_specific` dictionary, a column is created for each key in that dictionary in the per-solver `DataFrame`.
229
227
230
228
Here is a example showing how to set a solver-specific flag and then access it for tabulation:
0 commit comments