scientific-process-optimization

Optimize process parameters using ML-RSM and Pareto fronts.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-process-optimization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-process-optimization
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-process-optimization
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-process-optimization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ML-based optimization of process parameters using a combination of response surface methodology and Pareto optimization to identify optimal operating conditions and trade-offs across multiple objectives.

Core Features & Use Cases

  • ML-based 2D/3D response surface visualization (contour maps) to explore parameter effects
  • Process window visualization to reveal feasible regions under varying objectives
  • Pareto-front extraction and visualization to compare trade-offs between goals
  • Data-driven proposal of candidate operating conditions via grid-search-like exploration

Quick Start

Run the ML-RSM and Pareto optimization pipeline on your process data to identify optimal parameters and feasible regions.

Frequently Asked Questions about scientific-process-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize process parameters for multi-objective trade-offs?

Multi-objective process parameter optimization identifies optimal operating conditions by applying ML-RSM and Pareto optimization to reveal feasible regions and trade-offs across competing goals using your structured dataset.

What is ML-RSM and how does it visualize response surfaces?

ML-RSM is a machine learning response surface methodology that models process parameters to generate 2D and 3D contour maps, enabling visualization of parameter effects and feasible process windows across varying objectives.

Can I use scikit-learn and matplotlib for semiconductor process tuning?

Yes, semiconductor process tuning is fully supported using a Python environment with scikit-learn and matplotlib to model structured feature and target data, generating contour maps and Pareto fronts for optimal operating conditions.

How do I extract a Pareto front to compare trade-offs between process goals?

Pareto front extraction uses grid-search-like exploration on your structured dataset to compare trade-offs between competing process goals, visualizing optimal candidate operating conditions and feasible process windows.

What format does my data need to be in for process window visualization?

Process window visualization requires a structured dataset with distinct feature columns and target columns, allowing the ML-RSM pipeline to model response surfaces and generate contour maps for identifying feasible regions.

Does this approach work for materials synthesis optimization?

Yes, materials synthesis optimization is a core use case where ML-RSM and Pareto optimization reveal optimal operating conditions and feasible regions by analyzing parameter effects and multi-objective trade-offs in your data.