Asynchronous Execution¶
Work in Progress
This documentation page is currently under development. Check back soon for complete information.
This tutorial explains how to use asynchronous execution with the Scheduler for AID2E.
Overview¶
Asynchronous execution allows you to run multiple optimization trials in parallel without blocking, which can significantly speed up the optimization process.
Prerequisites¶
- Basic understanding of Ax optimization
- A working installation of Scheduler for AID2E
Implementation¶
More detailed documentation coming soon.
Examples¶
Code examples will be provided in future updates.