ipet icon indicating copy to clipboard operation
ipet copied to clipboard

Experiment.py possible problem with string "objectiveLimit"

Open fschloesser opened this issue 7 years ago • 0 comments

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")

fschloesser avatar Nov 14 '17 19:11 fschloesser