JuliaSmoothOptimizers / SolverBenchmark.jl

Benchmark tools for solvers
Other
23 stars 10 forks source link

export profiles data #140

Open d-monnet opened 1 year ago

d-monnet commented 1 year ago

Hi there, I'd like to know if there is a function to export the data (.csv or similar) of the performance profiles (the coordinates of the points of the curves). I'd like to retrieve these coordinates to do the plot myself with a different software.

Thanks !

tmigot commented 1 year ago

Hi @d-monnet ! I don't think it exists at the moment, but that's a good feature to add in my opinion. I think the strategy would be to split in two methods the one that builds the performance profile. Feel free to open a PR if you have a tentative implementation that would solve this.

d-monnet commented 1 year ago

I looked into it and performance_profile_data is what I was looking for. I think it suffices to add a .csv export function in the BenchmarkProfiles.jl package to address this issue, or this function would be better suited in this (SolverBenchmark.jl) package ?