JuliaSmoothOptimizers / JuliaSmoothOptimizers/BenchmarkProfiles.jl

use DataFrames as input for `performance_profile()`

Open
#48 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
30
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Using data frames from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) as input for `performance_profile()` would be usefull.
Perhaps, the syntax could be to have a DataFrame as
``` julia
df = DataFrames(ProbName=String[],Solver1=Int[],Solver2=Int[],Solver3=Int[])
```
then push to `df` the data from each solver and call
```julia
performance_profiles(df)
```
which would use the column name from `df` as name of the solver, if note given by the user.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.