Skip to content

Commit 9b1807f

Browse files
authored
Update tutorials/introduction-to-solverbenchmark/index.jmd
1 parent a6e5aa6 commit 9b1807f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • tutorials/introduction-to-solverbenchmark

tutorials/introduction-to-solverbenchmark/index.jmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ Here is a useful tutorial on how to use the benchmark with specific solver:
223223
The tutorial covers how to use the problems from `OptimizationProblems` to run a benchmark for unconstrained optimization.
224224

225225
### 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`.
229227

230228
Here is a example showing how to set a solver-specific flag and then access it for tabulation:
231229
```julia

0 commit comments

Comments
 (0)