GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

Experiment.py possible problem with string "objectiveLimit" #64

Open fschloesser opened 6 years ago

fschloesser commented 6 years ago

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.

ipet/Experiment.py:417:        # TODO What is this "objectiveLimit", where is it set and what does it imply?
ipet/Experiment.py:418:        objlimitreached = (solverstatus == "objectiveLimit")