-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Retiarii] support debug mode for easy debuggability #3476
[Retiarii] support debug mode for easy debuggability #3476
Conversation
QuanluZhang
commented
Mar 25, 2021
•
edited
Loading
edited
- support local debug mode. This mode only runs one trial locally, specifically, it applies mutators (default to choose the first candidate for the choices) to generate a new model, then run this model locally.
- make strategy the main thread for easily debugging user customized strategies
- update doc accordingly
My major concern is that the feature is split into two modules, experiment and strategy, which increases the complexity and in my opinion, is unnecessary. |
good points. To me, the current interface is the most convenient as it only requires changing one line of code. Maybe we have a follow-up pr for this. |