added dynamic discovery of configurations

This commit is contained in:
2026-02-26 16:04:34 +01:00
parent 073414a25e
commit 07ccf7ccc7
13 changed files with 188 additions and 130 deletions

View File

@@ -26,6 +26,7 @@ pub struct OptimizationResult {
pub recommended_pl2: f32,
pub max_temp_c: f32,
pub is_partial: bool,
pub config_paths: std::collections::HashMap<String, std::path::PathBuf>,
}
pub struct OptimizerEngine {