Defining the Cost Model for Auto-Tuning: Genetic Algorithms vs. Bayesian Optimization #23
shreyas-omkar
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Defining the Cost Model for Auto-Tuning: Genetic Algorithms vs. Bayesian Optimization
Context
EdgeFlow is moving toward ML-based auto-tuning to optimize quantization parameters for edge devices.
A key design choice is the search strategy used to explore the parameter space efficiently.
Two leading approaches are:
Each has trade-offs in convergence speed, sample efficiency, and implementation complexity.
Discussion Points
Goal
Gather input from math and ML-focused contributors to guide the design of the Auto-Tuner GSoC project and avoid locking into a suboptimal optimization strategy early.
Beta Was this translation helpful? Give feedback.
All reactions