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
Process Inputs
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
🏭
Phase 2: Granulation
Granulation process parameters
Process Inputs
{{ isValidInput(parameters.granulation[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ isValidInput(parameters.granulation[param.key]) ? '' : 'Must be a positive number' }}
📦
Phase 3: Séchage
Final product parameters
Process Inputs
{{ isValidInput(parameters.produit_fini[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ 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 details - Use mouse wheel to zoom
Point sélectionné
ID: {{ selectedOptimizationPoint.id }}
{{ field }}: {{ formatTwoDecimals(selectedOptimizationPoint[field]) }}
Optimization Statistics
{{ stat.name }}: {{ stat.value }}
{{ predictionLoading ? 'Generating predictions...' : 'Running optimization...' }}