ipet icon indicating copy to clipboard operation
ipet copied to clipboard

Interactive Performance Evaluation Tools for Optimization Software

Results 17 ipet issues
Sort by recently updated
recently updated
newest added

some small improvements - add --all_rows option to piping mode of ipet-parse - update requirements - update some documentation

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Update code to support PyQt5. See https://www.riverbankcomputing.com/static/Docs/PyQt5/pyqt4_differences.html Gui does not work with python 3.7

Currently 'sortlevel' it is set but not used.

I stumbled upon this line and i guess that the variable objlimitreached will always be false, i think the string "objectiveLimit" has to be replaced by some SolverStatusCode from Key.py....

The formatter class should be representable as XML element tree. It should be able to do the following: - allow to transpose the resulting data frame - reorder and delete...

If the user specifies a column in as index that doesn't exist a KeyError gets thrown. What is the way to handle this? We could a) throw an error (that...

Some bugs and missing convenience features I noticed while using ipet to evaluate scip test runs, primarily relating to the gui. Note that the gui used was not the one...

Running ipet-gui, loading readers-example.xml and evaluation.xml and subsequently selecting Experiment -> Load Output Files -> check.mipdev-complete.scip-4.0.0.2.linux.x86_64.gnu.opt.spx2.none.M610.default.out leads to: Traceback (most recent call last): File "/nfs/OPTI/bzfviern/workspace/ipet/venv/lib/python3.5/site-packages/ipet-0.0.9-py3.5.egg/ipetgui/IPETParserWindow.py", line 120, in updateView if...

There are some fields in the gui that are not being used anymore and should be removed. These include 'sortlevel', 'groupkey' in the Evaluation and possibly 'translevel' in Columns?