Conversation
|
Hi Marco, Seems like you are fixing two things in one pull request:
The latter needs to be reworked. A clean solution that could work with any tuner without having to duplicate its code, is to create a new class, something like 'MultiSolver' that mimics being a single solver for all instances. In any tuner, if 'model' is a list, you would not This would work for any tuner and would be easy to maintain, do you agree? |
|
Thank you Tias for the comments. I fully agree, I will work on it later this afternoon. |
|
Sorry, apparently there is a bug that I just noticed now. I am going to fix it and should be ready |
Adding multi-instance function for both ParameterTuner and GridSearchTuner.
This pull request fixes Issue #751.