TSP Analytics

Multi-phase parameter analysis and optimization

Acide
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
Phosphate
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}

Derived Parameters

⚗️
Phase 1: Attaque Bouillie
Process parameters
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
🏭
Phase 2: Granulation
Granulation process parameters
{{ isValidInput(parameters.granulation[param.key]) ? '' : 'Must be a positive number' }}
📦
Phase 3: Séchage
Final product parameters
{{ isValidInput(parameters.produit_fini[param.key]) ? '' : 'Must be a positive number' }}
Will be used in optimization
Prediction
Optimization
⚠️ Please fill all parameters in all phases before running predictions or optimization
⚠️ {{ errorMessage }}
Session: {{ sessionId }}
Bouillie Predictions
{{ key }}: {{ formatTwoDecimals(value) }}
Granulation Predictions
{{ key }}: {{ formatTwoDecimals(value) }}
Produit Fini Predictions
{{ key }}: {{ formatTwoDecimals(value) }}
Méthode Classique Predictions
{{ key }}: {{ formatTwoDecimals(value) }}
Optimization Plot
Click on any point to view its detailed parameters • Use mouse wheel to zoom
Data Point Details
ID: {{ selectedOptimizationPoint.id }}
{{ field }}: {{ formatTwoDecimals(selectedOptimizationPoint[field]) }}
No Point Selected
Click on a point in the graph to view its parameters
Optimization Statistics
{{ stat.name }}: {{ stat.value }}
{{ predictionLoading ? 'Generating predictions...' : 'Running optimization...' }}