Support callbacks for parameter tuning
I would like to tune the solver parameters for a model that makes use of callbacks to disallow invalid solutions through lazy constraints. Unfortunately the Model.tune() method unlike optimize() does not accept callback functions even though it looks like it does a (potentially smart) parameter variation across multiple optimize() calls.
Hence my request to add callback functions to tune() that get passed to the subsequent optimize() calls.
Best regards
Thomas
1
Please sign in to leave a comment.
Comments
0 comments