Introduction & Context
The Preservation Method Selection Matrix is a structured decision-support tool utilized in Process Engineering to evaluate and compare various food preservation unit operations. In industrial food processing, selecting an appropriate preservation technique requires balancing competing objectives, including product quality (e.g., texture, flavor, nutritional profile), microbial safety, and economic feasibility (capital and operating expenditures).
This methodology is typically employed during the conceptual design phase of a production line or when retrofitting existing facilities. By converting qualitative and quantitative performance indicators into a normalized, weighted scoring system, engineers can objectively determine the optimal preservation strategy for a specific product, such as whole strawberries or other heat-sensitive commodities.
Methodology & Formulas
The selection process relies on a Multi-Criteria Decision Analysis (MCDA) framework. Each candidate preservation method is evaluated against a set of defined criteria. To ensure comparability, all raw performance data are normalized to a dimensionless scale of 0 to 100, where 100 represents the ideal performance.
The weighted score for a specific preservation method j is calculated as the sum of the products of the individual criteria weights and their corresponding normalized scores, divided by the total sum of the weights:
\[ S_{j} = \frac{ \sum_{i=1}^{n} w_{i} \cdot s_{ij} }{ \sum_{i=1}^{n} w_{i} } \]
Where:
- \( S_{j} \) is the final weighted score for method j.
- \( w_{i} \) is the weight assigned to criterion i.
- \( s_{ij} \) is the normalized score of method j for criterion i.
To ensure the validity of the decision matrix, the following constraints must be satisfied:
| Constraint Type |
Mathematical Condition |
Description |
| Weight Normalization |
\( \sum_{i=1}^{n} w_{i} = 1 \) |
The sum of all criteria weights must equal unity. |
| Score Range |
\( 0 \leq s_{ij} \leq 100 \) |
All raw inputs must be normalized to a 0–100 scale. |
| Weight Validity |
\( w_{i} \geq 0 \) |
Weights must be non-negative to maintain logical consistency. |
For economic criteria such as Capital Expenditure (CapEx) and Operating Expenditure (OpEx), the raw data must be inverted or scaled such that lower costs result in higher scores, ensuring that the final summation consistently favors the most efficient and cost-effective solution.
Preservation Method Selection for Whole Strawberries
A food processing facility must decide between freezing (−18°C, IQF) and canning (121°C retort) for whole strawberries, with the goal of maximizing texture retention. A multi-criteria decision matrix is constructed using four criteria: Texture Retention (quality), Microbial Efficacy, Capital Cost (CapEx), and Operating Cost (OpEx). Each criterion is assigned a weight, and each preservation method is rated on a 0–100 scale per criterion. The weighted score is computed to determine the preferred method.
Knowns:
- Weight for Texture Retention: \(w_{\text{texture}} = 0.4\)
- Weight for Microbial Efficacy: \(w_{\text{efficacy}} = 0.3\)
- Weight for Capital Cost: \(w_{\text{capex}} = 0.2\)
- Weight for Operating Cost: \(w_{\text{opex}} = 0.1\)
- Freezing – Texture score: \(s_{\text{freeze,texture}} = 85.0\)
- Freezing – Efficacy score: \(s_{\text{freeze,efficacy}} = 95.0\)
- Freezing – CapEx score: \(s_{\text{freeze,capex}} = 50.0\) (higher score = lower cost)
- Freezing – OpEx score: \(s_{\text{freeze,opex}} = 30.0\) (higher score = lower cost)
- Canning – Texture score: \(s_{\text{can,texture}} = 30.0\)
- Canning – Efficacy score: \(s_{\text{can,efficacy}} = 95.0\)
- Canning – CapEx score: \(s_{\text{can,capex}} = 70.0\)
- Canning – OpEx score: \(s_{\text{can,opex}} = 40.0\)
Step-by-Step Calculation:
-
Validate weight sum. The sum of all weights must equal 1.0 for the weighted average to be meaningful.
\[
\sum w_i = w_{\text{texture}} + w_{\text{efficacy}} + w_{\text{capex}} + w_{\text{opex}} = 0.4 + 0.3 + 0.2 + 0.1 = 1.0
\]
-
Compute the weighted score for freezing. The weighted score is the sum of each weight multiplied by its corresponding score, divided by the sum of weights.
\[
S_{\text{freeze}} = \frac{w_{\text{texture}} \cdot s_{\text{freeze,texture}} + w_{\text{efficacy}} \cdot s_{\text{freeze,efficacy}} + w_{\text{capex}} \cdot s_{\text{freeze,capex}} + w_{\text{opex}} \cdot s_{\text{freeze,opex}}}{\sum w_i}
\]
\[
S_{\text{freeze}} = \frac{0.4 \cdot 85.0 + 0.3 \cdot 95.0 + 0.2 \cdot 50.0 + 0.1 \cdot 30.0}{1.0}
\]
\[
S_{\text{freeze}} = \frac{34.0 + 28.5 + 10.0 + 3.0}{1.0} = 75.5
\]
-
Compute the weighted score for canning.
\[
S_{\text{can}} = \frac{w_{\text{texture}} \cdot s_{\text{can,texture}} + w_{\text{efficacy}} \cdot s_{\text{can,efficacy}} + w_{\text{capex}} \cdot s_{\text{can,capex}} + w_{\text{opex}} \cdot s_{\text{can,opex}}}{\sum w_i}
\]
\[
S_{\text{can}} = \frac{0.4 \cdot 30.0 + 0.3 \cdot 95.0 + 0.2 \cdot 70.0 + 0.1 \cdot 40.0}{1.0}
\]
\[
S_{\text{can}} = \frac{12.0 + 28.5 + 14.0 + 4.0}{1.0} = 58.5
\]
-
Select the preservation method. The method with the higher weighted score is selected.
Since \(S_{\text{freeze}} = 75.5\) is greater than \(S_{\text{can}} = 58.5\), the freezing method is preferred.
Final Answer: Freezing (with a weighted score of 75.5) is selected over canning (58.5) for preserving whole strawberries under the given weights and criteria scores.