Hacker News new | ask | show | jobs
by JohannesH 2582 days ago
Very interesting. It seems to me that doing incremental work like this might end up in a local minima/maxima. Do you have any advice on how to avoid pitfalls like that? Are you testing radically different ideas along with your incremental improvements?
1 comments

From a workflow perspective, MAB is a bit difficult to find radical improvements from. The radical improvements come from fundamental design changes, of which it would be very expensive to create a bunch of radically different variants.

MAB is best used where you can generate a bunch of variants cheaply and hope for a 30% gain.

Cool, thanks.