microprediction/humpday

Error in solver choice via suggestions

Closed this issue · 1 comments

In suggestions.py, if suggest fails to provide a list of suggestions, one should return
[(None, None, DEFAULT_OPTIMIZER.__name__)]
and not
[(None, None, DEFAULT_OPTIMIZER)]
since DEFAULT_OPTIMIZER is not of string type, which is the case if suggestions are provided.

image
image

Otherwise, the program seems to fail.

Whoops. Thanks for that. Fixed it.