TSP Analytics
Multi-phase parameter analysis and optimization
Acide
{{ param.label }}
*
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
Phosphate
{{ param.label }}
*
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
Derived Parameters
{{ param.label }}
⚗️
Phase 1: Attaque Bouillie
Process parameters
{{ expandedPhases.bouillie ? '▴' : '▾' }}
Process Inputs
{{ param.label }}
*
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ param.label }}
*
{{ isValidInput(parameters.bouillie[param.key]) ? '' : 'Must be a positive number' }}
🏭
Phase 2: Granulation
Granulation process parameters
{{ expandedPhases.granulation ? '▴' : '▾' }}
Process Inputs
{{ param.label }}
*
{{ isValidInput(parameters.granulation[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ param.label }}
*
{{ isValidInput(parameters.granulation[param.key]) ? '' : 'Must be a positive number' }}
📦
Phase 3: Séchage
Final product parameters
{{ expandedPhases.produit_fini ? '▴' : '▾' }}
Process Inputs
{{ param.label }}
*
{{ isValidInput(parameters.produit_fini[param.key]) ? '' : 'Must be a positive number' }}
Reference Outputs
{{ param.label }}
*
{{ isValidInput(parameters.produit_fini[param.key]) ? '' : 'Must be a positive number' }}
Will be used in optimization
Prediction
Optimization
{{ allPhasesFilled ? 'Predict Qualities' : 'Fill All Parameters First' }}
DébIT Phosphate
Max AL bouillie (%)
Min P2O5 SE PF (%)
{{ allPhasesFilled ? 'Launch Optimization' : 'Fill All Parameters First' }}
⚠️ 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
Reset Zoom
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...' }}