https://github.com/abelsiqueira/benchmarkprofiles.jl
Performance and data profiles
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 8 DOI reference(s) in README -
✓Academic publication links
Links to: acm.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Performance and data profiles
Basic Info
- Host: GitHub
- Owner: abelsiqueira
- License: other
- Language: Julia
- Default Branch: master
- Size: 342 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of JuliaSmoothOptimizers/BenchmarkProfiles.jl
Created almost 10 years ago
· Last pushed about 5 years ago
https://github.com/abelsiqueira/BenchmarkProfiles.jl/blob/master/
# BenchmarkProfiles
A simple [Julia](http://julialang.org) package to plot performance and data profiles.
[](https://travis-ci.org/JuliaSmoothOptimizers/BenchmarkProfiles.jl)
[](https://ci.appveyor.com/project/dpo/benchmarkprofiles-jl/branch/master)
This package contains Julia translations of original scripts by Elizabeth Dolan, Jorge Mor and Stefan Wild.
See http://www.mcs.anl.gov/~wild/dfo/benchmarking.
The original code was not accompanied by an open-source license. Jorge Mor and Stefan Wild have kindly provided their consent in writing to allow distribution of this Julia translation.
See the `consent` folder for a full transcription.
## How to Install
```julia
julia> Pkg.add("BenchmarkProfiles")
```
Plotting is handled by [`Plots.jl`](https://github.com/tbreloff/Plots.jl) so the user can choose among several available plotting backends.
Watch out for the [pitfalls](http://dl.acm.org/citation.cfm?id=2950048) of profiles!
## Example
```julia
julia> using BenchmarkProfiles
julia> T = 10 * rand(25,3); # 25 problems, 3 solvers
julia> performance_profile(T, ["Solver 1", "Solver 2", "Solver 3"], title="Celebrity Deathmatch")
```

## References
E. Dolan and J. Mor, *Benchmarking Optimization Software with Performance Profiles*, Mathematical Programming 91, pages 201--213, 2002. DOI [10.1007/s101070100263](http://dx.doi.org/10.1007/s101070100263).
J. J. Mor and S. M. Wild, *Benchmarking Derivative-Free Optimization Algorithms*, SIAM Journal on Optimization, 20(1), pages 172--191, 2009. DOI [10.1137/080724083](http://dx.doi.org/10.1137/080724083).
Owner
- Name: Abel Soares Siqueira
- Login: abelsiqueira
- Kind: user
- Location: Amsterdam - The Netherlands
- Company: Netherlands eScience Center
- Website: https://abelsiqueira.com
- Twitter: abel_siqueira
- Repositories: 331
- Profile: https://github.com/abelsiqueira