Ax provides global stopping. This would be useful for a salutation in which a large number of trials are ran but at some point before the end of the number of trials, we stop improving and at which point we should quit optimizing.
This can be simplified to the following 3 steps:
- RE(agent.optimize(10000)
- We stop improvement at iteration 600
- Plan exits/ quit optimization