Closed robintibor closed 7 years ago
This is probably caused by the very large cutoff you used in order to get pimp running and thus not happen again after fixing issue #9. Just to be on the save side I'll handle this error more appropriately.
Hm I get the same error if I set
cutoff_time = 1
:/
With the previous commit, I was not able to reproduce the error using a simple branin example (which I also uploaded). I suppose this error happened because the wrong model was used wich did some log transformations intended for scenarios with running-time as objective.
The latest commit just added an assert that will result in a more meaningful Failure message than an Index Error
@robintibor Let me know if you still experience this error, or if you now get 'No improving parameter found!' when you run your scenario evaluations (for wich you don't need the cutoff anymore)
It seems fine now! :) Thanks :) Now I just have to understand all the outputs and plots ;)
So for same configuration as in #9 I now have a different error when using ablation modus:
My costs that I am minimizing can range from 0 to about 500 is this a problem?