Closed robintibor closed 7 years ago
Hi, That's a weird error since it appears that either cutoff or par factor are not set.
Could you post the contents of your scenario file?
Hi, ya it is my first time using these things so maybe I am doing something weird :)
My hybrid_scenario.txt file:
algo = python run.py
paramfile = hybrid.pcs
run_obj = quality
runcount_limit = 500
deterministic = 0
instance_file = instances.txt
output_dir = hybrid-results
shared_model = 1
Hm ok if I add
cutoff_time = 100000000000000000
it actually runs... Is this intended? :)
Sorry for leaving you waiting. I am currently not near a computer and can only use my mobile internet.
No that is not intended. Since your objective is quality and not runtime.
I'll have to slightly adjust the _convert_data method of the importance object and check that all the algorithms run through fine.
I think I'll have access to a computer at around 3 and will fix it asap
Hi, I wanted to analyze results of some pSMAC3 runs and get an error:
Spear_qcp example works fine, same error appears for all modus options. See also this notebook: https://gist.github.com/robintibor/230a6c458606b07819fca73ab8f11263.