-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
29 lines (21 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PAVER 2.0: An Open Source Environment for Automated Performance Analysis of Benchmarking Data
https://github.com/coin-or/Paver
This tools is meant to simplify the task of solver performance data comparison and visualization.
Some description can be found in:
Michael R. Bussieck, Steven P. Dirkse, Stefan Vigerske
PAVER 2.0: An Open Source Environment for Automated Performance Analysis of Benchmarking Data
Journal of Global Optimization, 59:2-3 (2014), 259-275
https://dx.doi.org/10.1007/s10898-013-0131-5
https://www.gams.com/~svigerske/publications/paver2_paper.pdf
Requirements:
Python 3.x (http://www.python.org/)
Python NumPy (http://www.numpy.org/)
Python matplotlib (http://matplotlib.org/)
Python Pandas (http://pandas.pydata.org/)
The following versions seem to work:
Python 3.6.6, Numpy 1.14.5, matplotlib 2.2.2, Pandas 0.23.1
ATTENTION: Pandas >= 0.25 does not work.
(Paver uses Pandas' Panel, which was removed with Pandas 0.25.)
For help on usage, execute:
python ./src/paver/paver.py -h
For examples, see do*.sh scripts in examples subdirectory.