|
|
|
|
|
by fastneutron
1023 days ago
|
|
If you’re not from a traditional engineering background, some of my terminology may have been confusing. Here’s a less jargon-heavy version: - We use Bayesian optimization to find the optimum (or worst-case) configuration of real manufactured objects and systems.
- Bayesian optimization lets us arrive at that design configuration faster than explicit, physics-based simulation of many samples within the space of all possible configurations. - We built the framework to do that using Botorch. - It’s not an uncommon practice by any means, but the availability of tools like Botorch now makes it a lot easier to implement Bayesian optimization in-house, vs relying on a vendor-based engineering tool. |
|