/** @internal */ export type OptimizationAlgorithm = 'gradient_free' | 'metropolis' | 'random_search';