Migrated from `TODO.md` (Experiments / DOE section). Stubs deferred from #74 and #79. ### Items covered - Implement `ridge_analysis` (trace the optimum along increasing radii). Currently a stub; it was removed from the `optimize_responses` tool enum. (#74, #79) - Implement `pareto_front` (multi-objective optimization, NSGA-II). Currently a stub; it was removed from the `optimize_responses` tool enum. (#74, #79) ### Approach Once each is implemented, re-add it to the `optimize_responses` enum.
Migrated from
TODO.md(Experiments / DOE section). Stubs deferred from #74 and #79.Items covered
ridge_analysis(trace the optimum along increasing radii). Currently a stub; it was removed from theoptimize_responsestool enum. (Add optimize_responses (Tool 4) for DOE response optimization #74, fix: cleanup DOE tools for backend integration #79)pareto_front(multi-objective optimization, NSGA-II). Currently a stub; it was removed from theoptimize_responsestool enum. (Add optimize_responses (Tool 4) for DOE response optimization #74, fix: cleanup DOE tools for backend integration #79)Approach
Once each is implemented, re-add it to the
optimize_responsesenum.