Open Access Article
Mohsen
Rabbani
a,
Olivia
Tahti
b,
Sabinus Essel
Arthur
a,
Macy A.
Hopping
c,
Christopher J.
Barile
c,
Mohd Hassan
Karim
d,
Ario
Fahimi
e and
Ehsan
Vahidi
*a
aDepartment of Mining and Metallurgical Engineering, Mackay School of Earth Sciences and Engineering, University of Nevada, Reno, NV 89557, USA. E-mail: evahidi@unr.edu
bDepartment of Civil and Environmental Engineering, University of Nevada, Reno, NV 89557, USA
cDepartment of Chemistry, University of Nevada, Reno, NV 89557, USA
dDepartment of Computer Engineering, Medipol University, Istanbul, 34810, Turkiye
eAleon Metals, 302 Midway Rd., Freeport, TX 77542, USA
First published on 27th October 2025
This investigation assesses electrochromic windows as a novel green alternative to traditional double-pane windows through a life cycle assessment, which analyzes and compares both types of windows. The life cycle assessment was conducted using the impact categories of TRACI 2.1 in the SimaPro 9.1 application, with ecoinvent, and 1 m2 of each window type as the functional unit for the comparisons. The manufacturing of EC windows yielded a total CO2 generation of 49.6 kg CO2, and the manufacturing of double-pane windows resulted in 76.05 kg CO2. In the manufacturing of electrochromic glass windows, the float glass production process contributed 9.79 kg of CO2 at that stage of fabrication. From the sensitivity analysis, it was determined that using 10% less electricity during electrochromic window production can lower carbon emissions for electrochromic windows by 1.51 kg CO2. These life cycle assessment impact results were later used for advanced AI-predictive modeling using Python's scientific ecosystem, including PyTorch for neural network implementation, scikit-learn for data preprocessing and metric calculation, and custom-built hierarchical architectures to develop both Artificial Neural Network and Adaptive Neuro-Fuzzy Inference System models. Considering that 200 m2 of double-pane windows were replaced by electrochromic windows, the embodied impact of electrochromic window production would be offset by the operational impact of 30.1 t CO2 in 10.5 months. Since the lifespans of both window types are similar, electrochromic windows are promising green alternatives to double-pane windows.
Sustainability spotlightLife Cycle Assessment (LCA) is a critical tool for evaluating the environmental impacts of any product and pathway and their sustainability. On the other hand, electrochromic windows (EC) are now considered a new, energy-efficient technology by adjusting their tint in response to external conditions. Due to the lack of any LCA on EC windows, there was a need to ensure their sustainability throughout the production pathway, from raw material extraction and manufacturing to installation and operation, by comparing them to conventional windows, which helps manufacturers to identify areas where energy use, emissions, and resource consumption can be minimized. Furthermore, artificial intelligence (AI) can help to predict the future emissions and environmental impacts of the current pathways of any product, such as EC windows. AI models can analyze vast amounts of data, optimize material choices, and predict long-term sustainability outcomes, leading to more accurate and promising results for achieving a sustainable and more environmentally friendly approach. |
In developed countries, buildings can account for up to 40% of total energy consumption in terms of carbon emissions.3 Medium- and large-office buildings are particularly vulnerable to unnecessary energy consumption due to their high ratio of windows to square footage. Up to 64% of a building's energy consumption is due to a combination of lighting, heating, and cooling.4 These energy costs contribute significantly to global warming. Implementing EC windows can help achieve net zero, LEED (Leadership in Energy and Environmental Design) building criteria, and Passive House sustainable building targets. Air conditioning energy consumption can be reduced by up to 50% compared to external shading, depending on the local climate, the building's glass-to-wall ratio, and its usage. Additionally, lighting energy can be reduced by up to 60% due to retained visibility through the window and the ability to control the level of shading, as opposed to window curtain or blind use.5
Due to the technologically advanced nature of EC windows, the environmental and financial costs of manufacturing and installation are considerably higher than those of double-pane (DP) windows. An EC window costs between $550 and $1600 per square meter of glass. The setup process of EC windows requires the installation of physical glass and frame, as well as the installation of frame cables, which are necessary for the electrical control of the window. DP windows cost between $350 and $950 per m2 of glass. These estimates both include installation costs, albeit EC windows require more time and money to install due to the electrical components. EC and DP windows are structurally similar and are packaged as insulated glass units (IGUs). IGUs have multiple glass panes separated by a space filled with a noble gas and sealed to prevent condensation buildup, thereby improving insulation characteristics. IGUs have an average lifespan of 10 to 20 years, during which the seal and insulation are likely to become less effective.6 EC windows can functionally change opacity for up to 30 years, assuming the window is cycled five times daily.7 However, the seals in the IGU structure of the EC window typically fail before then. Considering all these benefits, the environmental impacts of EC windows have not been evaluated recently. On the other hand, artificial intelligence (AI) can facilitate not only assessing all potential aspects of the environmental profile but also accurately predicting it by considering all materials/energy flow inputs to the process.8–10
Therefore, the research will address the existing gap in the environmental impact of EC window production and demonstrate the long-term benefits of producing and implementing these windows, in direct connection to the environmental profile of DP windows. The manufacturing process of EC windows and the operational use of these windows were analyzed using a life cycle assessment (LCA) and an analysis of CO2 emissions, respectively. Additionally, AI was used to ensure that all inputs into the process were taken into account.
![]() | ||
| Fig. 1 Simplified system boundary to produce a 1 m2 EC window (no wastes and co-products considered). | ||
The LCA was conducted based on the Cut-Off, U, to assign burdens only to the initial production process or allocate them to waste treatment, rather than the product itself. The materials and energy volumes required to produce an EC window are outlined in Tables S1–5, grouped according to the six main production stages. The inputs include both the materials and energy requirements in terms of electricity and natural gas for the respective production stages and units. The overall output is 1 m2 of an EC window. Like Syrrakou et al., due to the lack of data on EC window production, data gathering was done considering different ways and similar products.12
The model is constructed using a feed-forward artificial neural network (FNN). This aligns with a training-based predictive model designed for regression-oriented tasks. For instance, for the case study of one of the stages in EC glass production, in particular “Electrochromic preparation”, the following energy and materials are input to our model: float glass, water, and electricity. Additionally, there are environmental impacts. The model uses the following mean squared error formula as the loss function.
![]() | (1) |
![]() | (2) |
![]() | (3) |
![]() | (4) |
To ensure reproducibility and minimize overfitting, inputs were normalized using MinMax scaling, and random seeds were set for both NumPy and PyTorch.
The basic architecture of ANFIS is a five-layer feed-forward network. The input values are first fuzzified using the fuzzification layer. The second layer is account-encoded processing, where the processing is performed in terms of a set of rules (typically fuzzy rules, often derived from Takagi–Sugeno). The third layer computes the firing strengths of these fuzzy rules by adjusting the firing strength between the input data and the fuzzy conditions for each rule. The difference is that the fourth layer produces all subsequent parameters (the outputs of each rule). The 5th equation, which is applied for computing the summation of those results to make the final result, is the next state.19 In Fig. 2(a), this overall structure can be seen.
Although these models are capable of capturing nonlinear relationships well, they experience a similar loss of performance at high-dimensional input due to the exponential growth of fuzzy rules when a large number of input variables come into play. The “curse of dimensionality” results in computational inefficiency and overfitting. A straightforward yet effective means to circumvent this problem is to cluster the data. The idea is to group similar input variables into clusters, enabling the ANFIS model to evaluate a smaller number of input combinations effectively. For example, twelve input variables could be clustered into six groups, then into three groups, and ultimately into one output through hierarchical stages, which creates model complexity reduction and allows the model to scale effectively. With a group, the group can be assigned to its own ANFIS subnetwork, and the outputs can be summed together to create an overall prediction, which also allows manageable rule generation and better generalization.21
The structure shown in Fig. 2(b) suggests that the input data is composed of several material types, which can also be expanded to include input parameters such as process conditions, material type, and chemical composition. In this case, those inputs would be clustered (e.g., by function or material type) and fed into different ANFIS subnetworks. If six distinct inputs were present, they could be grouped into three clusters, then into two, and eventually into one final model, forming a layered, modular system of ANFIS units. This hierarchical clustering approach enables the system to scale up while keeping the number of fuzzy rules in each subnetwork within a feasible range, making complex environmental impact modeling both accurate and computationally efficient.21
Just as the ANN model is assessed, the quality of the ANFIS model is also validated using the error metrics of RMSE, R, and MAPE%. The models are coded using Python's deep learning library, PyTorch, which utilizes the datasets of input and output data from EC production to generate predictions.
In the manufacturing plant, the float glass is cut to the final size after which it is subjected to electrochromic processing. The glass is washed roughly first to remove all the cutting debris and then washed again in a fine way to remove finer particles. Air plasma is also applicable in the fine wash to clean organic contaminants on the glass surface. The glass is then subjected to four cleaning steps using clean water. Lastly, the float glass is dried twice to prepare it for the following process. The step eliminates all the particles of water, which may pose a barrier to the electrochromic application.24 This phase of production involves coating the electrochromic layers onto the glass units. The prepared glass is heated in a vacuum chamber. To form the WO3 working electrode on FTO (fluorine-doped tin oxide) on glass, a vanadium(V) oxide (V2O5) counter electrode, and an electrolyte containing lithium perchlorate (LiClO4), sputter deposition is utilized.24–27
The coated glass is transferred to the next step, where the laser stage comprises three different cutting steps, where laser cuts are made through the coater to the glass, enabling the correct functioning of the internal circuitry upon the introduction of electricity.28 Cold coating is used after the laser cut stage to add the final layer of the electrochromic material. No extreme heat is used in this step, hence the name, though the temperature still reaches about 150 °C.29
The second and third production steps primarily involve patterning of the device to make the final EC window product. The P2 laser cuts the panel into individual window units, which will be broken out during thermal layer separation. Before adding wires and curing in the oven, the P3 laser electrically isolates the windows, making them functional electrochromic devices. The window unit is manually inspected for defects, scribed by a high-power laser, and broken out manually after going through the x and y breaker bars.24 The window units are then inspected for edge defects and then laminated. The device is then cured in an autoclave under heat and pressure after the array of glass units is done. The unit is wired and sealed, ready to be framed.23
The external frame, which holds the unit together, is typically made of stainless steel and is designed and cut out ready for assembly. A copper pigtail wire connected through the frame to the internal circuitry allows the transfer of electric charges, which brings about the desired tinting effect, i.e., the electrochromic effect.30 The frame design and assembly stage precede the final quality checks and distribution of the EC windows for installation.
Depending on the desired glass type, the glass undergoes post-forming processes such as annealing, lamination, and tempering. The glass is then cut, trimmed, and washed. The spacer is cut to size and shape to fit between two glass panes.32 A sealant is applied on the edges to hold the unit together and provide an airtight space within which the insulating air is filled. The space is then evacuated, followed by the injection of insulating gas. Secondary sealing is done to ensure the unit is air and watertight.33 A frame typically made of wood or stainless steel is fabricated and assembled with a gas-filled unit. It then undergoes rigorous quality checks and is packaged for distribution.32
![]() | ||
| Fig. 3 Stepwise contribution of environmental impacts of stages to the whole environmental profile for the EC window manufacturing pathway. | ||
Moreover, the frame design, followed by the second and third preparation loops, electrochromic preparation, and the hot coater stage, were other steps that made significant contributions. As mentioned earlier, these significant environmental impacts result from the electricity used in these steps.
Notably, the silica gel desiccant category is impacted by ozone depletion, which is generally achieved by acidifying a silicate solution, such as water glass. This reaction leads to the release of sulphur dioxide gas, which has a ripple effect on ozone depletion.47 Soda, adhesives, and vinyl have significant impacts across all impact categories. The remainder is attributed to the energy impact of the high amounts of electricity and natural gas required to produce float glass for stages such as melting, annealing, and tempering.
![]() | ||
| Fig. 4 A comparison between EC windows and DP windows based on the environmental impacts resulting from the production of 1 m2 of them using TRACI. | ||
The reason synthetic materials (such as vinyl and polypropylene) are more ecotoxicologically relevant is that they are in other ways more ecotoxicologically hazardous. They are non-biodegradable; as a result, they will take a long time to decompose and generate durable areas of pollution, such as environmentally hazardous waste, which will have a material impact on plants and animals. Aluminium, which is used as a spacer material in DP windows, is absent in EC windows, and is one of the metals that consumes a high amount of energy in its production.48 In a work by Zhang et al.49 regarding the environmental footprint of aluminium production in China, aluminium production is accompanied by CO2 and methane emissions, which contribute to global warming, as well as nitrogen oxide gas, which significantly impacts terrestrial acidification and respiratory health. These findings were consistent with the high aluminium impact observed in the production stage and its contributions, resulting in overall higher impacts in the ecotoxicity, carcinogenicity, eutrophication, respiratory effects, and acidification impact categories.
As shown in Table S13, the second and third stages of the preparation loop involve glass cutting and grinding/edging, which are similar processes, and they have the most significant impact on global warming (1.03 and 1.76 kg CO2 eq, respectively). Meanwhile, the assembly and integration stages have relatively lower environmental burdens compared to all impact categories. Table S15 shows that, in the frame design loop, silicon dioxide gel has environmental impacts across all categories, with the highest impacts being specifically in global warming (10.39 kg CO2 eq) and ecotoxicity (117.45 CTUe). Lastly, plastic film (polypropylene) has the lowest environmental burden overall, indicating that material selection is a crucial factor in determining the environmental performance of electrochromic glass production systems.
The ANN model demonstrated varied performance in predicting the eco-impact at five stages of electrochromic glass manufacturing and across three categories of impact assessment. In the case of electrochromic preparation stages (Tables S7 and S8), the overall correlation ranged from poor (R = 0.195 for respiratory impacts) to moderate-good (R = 0.761–0.774 for smog and acidification), with RMSE values remaining low (5.04 × 10−3–3.14 × 101), indicating a reasonable prediction of output levels.52,53 In the case of hot coater stages (Tables S9 and S10), R-values ranged from poor (0.208 for acidification) to excellent (0.990 for eutrophication), and RMSE values were relatively low (1.88 × 10−4–1.93 × 101). However, MAPE was higher for some categories.
At stage one of the preparation loop (Tables S11 and S12), the model predicts all environmental impacts with great accuracy (R = 1.00), as well as low RMSE (1.14–14.6) and MAPE values, confirming accurate predictions. For stage two and three of the prep loop (Tables S13 and S14), the aggregate R values showed moderate overall prediction performance, ranging from −0.323 (ecotoxicity) to 0.993 (fossil fuel depletion), with only a few outputs poorly predicted; RMSE (3.08 × 10−4–7.41 × 10) and MAPE (2.72–261) values were reasonable. At the frame design stage (Tables S15 and S16), most impact categories are predicted with accuracy, including global warming (R = 1.00) and smog formation (R = 1.00), while impacts like fossil fuel depletion (R = −0.799) and carcinogenics (R = −0.185) are not predicted nearly as well. Overall, the chosen ANN model successfully captures absolute and relative environmental impacts across all stages with a moderate level of confidence; that confidence is more pronounced when R > 0.5, RMSE is low, and the MAPE is considered an acceptable value; collectively, these metrics provide a slightly reliable basis for lifecycle impact analysis.54
All stages' contributions to all impacts have shown some interesting information based on Fig. 6. For example, the frame design manifested the most significant contribution associated with a number of environmental impact categories (fossil fuel depletion, ecotoxicity, respiratory effects, and acidification). Additionally, the electrochromic preparation stage made the most significant contribution to smog formation (approximately 60%) and significantly contributed to the impacts of acidification and fossil fuel depletion. This was also supported by findings from Wang et al.55 who found that coating processes made a substantial contribution to the environmental effects in advanced glazing systems.
![]() | ||
| Fig. 6 Contribution of process energy and material flows in all stages of 1 m2 EC glass production using (a) PyTorch's ANN model and (b) PyTorch's three-level ANFIS model. | ||
The first preparation loop, specifically, utilizes the impacts of carcinogens and non-carcinogens (almost 100%), indicating that this phase includes materials or processes of toxicological relevance. Although the hot coater phase displays relatively lower error metric values in Table S10, its overall environmental impacts were balanced against those of other phases in the product system module and were primarily related to respiratory effects, eutrophication, and global warming. This trend was also observed in energy-dense thermal processes, as discussed by Lamnatou et al.56 and Feizizadeh et al.57 in the context of advanced materials processing systems.
According to the frame design phase analysis from the three level ANFIS models (Table S25), silicon oxide gel would have the highest total environmental impacts across most TRACI categories (e.g. global warming: 9.99 kg CO2 eq; smog: 0.625 kg O3 eq; acidification: 0.469 kg SO2 eq; respiratory impacts: 0.00932 kg PM2.5 eq; fossil fuel depletion: 18.00 MJ) while polypropylene film would have the lowest total impacts at 0.55 kg CO2 eq and 2.01 MJ, respectively. Ecotoxicity impacts were higher for copper wire (221 CTUe) than for stainless steel (144 CTUe), silicon oxide gel (111 CTUe), and polypropylene materials (4.92 CTUe). Normalized by total mass (reflecting consumption quantities in Table S5), global warming potentials are approximately 3.04 kg CO2 eq per kg for polypropylene (0.55 ÷ 0.18 kg) vs. 3.02 kg CO2 eq per kg for silicon oxide gel (9.99 ÷ 3.31 kg) and fossil fuel depletion about 11.17 MJ kg−1vs. 5.44 MJ kg−1, respectively.
The findings show that while the mass, which acts as the mass input of the silica gel, drives absolute stage impacts greater than those of polypropylene, the mass used for polypropylene would yield greater intrinsic impacts on a per-unit mass basis and hence emphasize the need to differentiate absolute environmental effects in relation to mass effects. The ANFIS model accurately captures trends, both in terms of absolute material impact and per-mass material impact, with low RMSE values and high correlations (Table S26), making it useful for understanding and further advancing insights into the environmental impacts of raw materials. The assessment of error metrics throughout the five stages of electrochromic glass production using ANFIS modelling shows considerable variation in prediction accuracy and overall model dependability. For electrochromic preparations (Table S18), the model performs exceedingly well, recording the highest values of correlation (R = 1.000) with almost all impact categories in all three ANFIS configurations. In contrast, the RMSE values remain incredibly low, from 1.000 × 10−8 to 33.2%, thus confirming extremely accurate predictions of environmental parameters.55
For the hot coater manufacturing stage (Table S20), we observe that the system performs very well in terms of prediction performance, with a perfect correlation coefficient of 1.000, which is the norm across all ANFIS models. There is, however, some variation in RMSE, which is evident in ecotoxicity and fossil fuel depletion issues, where reported values range from 1.64 to 47.2%.61 In the first preparation loop phase (Table S22), we note great consistency out of the model with 1.000 R-values reported for all impact categories and ANFIS setups, which also report very low RMSE numbers that range from 1.00 × 10−6 to 8.21%; thus, we have very reliable model performance for that particular production step.62 In the second and third preparation loop phases (Table S24), we observe good performance from different ANFIS configurations (ANFIS 1 through 7), which report correlation coefficients of 1.000 for most impact categories. Additionally, we observe RMSE numbers that, although ranging widely from 1.010 × 10−10 to 7.130 × 10−5, still validate the model's ability to capture changes in environmental impact in these complex manufacturing processes.
The model performs exceptionally well in this final manufacturing phase, as the frame design phase (Table S26) reports very high predictive accuracy, with R-values of 1.000 for ozone depletion, global warming, smog, and many other impact categories. We also observe very low RMSE values, although occasionally ANIS 3 exhibits slightly off performance with R values that drop to nearly 99.8%, which is still within the trustworthy range. The three-level ANFIS model's overall contribution reveals different patterns of environmental effect distribution across the five stages of electrochromic glass production (Fig. 6). In particular, nearly all carcinogens and non-carcinogens are associated with the hot coater step, along with ozone depletion, indicating significant toxicological problems with sputter deposition.63
Due to its energy-intensive nature and material requirements, the electrochromic preparation stage contributes significantly to respiratory impacts, smog generation, and global warming (20–35% each). Due to the production of components such as silicon dioxide gel and metal frames, frame design is responsible for a significant portion (20–25%) of various impact categories, including ecotoxicity and the depletion of fossil fuels. Approximately 70% of the acidification impact is attributed to the hot coater stage, with electrochromic preparation accounting for a tiny portion of the total. It is surprising to learn that the initial preparation loop makes a significant contribution to respiratory impacts and eutrophication.
The depletion of fossil fuels and respiratory consequences, on the other hand, are primarily caused by the second and third preparation loops. Eco-design strategies for more sustainable electrochromic glass production could be informed by the potential optimization targets identified by this stage-specific environmental impact distribution, especially for toxic impacts in the hot coater stage and climate impacts in the electrochromic preparation stage.
There was less linear variability during production compared to the preparation phase, as all categories' first preparation loop models were nearly perfectly fitted (R2 = 1) (Fig. S20). Although the ANN architecture reached different performance levels (R2 < 0.1) at the frame design stage, the ANFIS achieved perfect prediction scores for the second and third preparation loops (Fig. S21) and for the frame design stage (Fig. S22). This difference is consistent with earlier work that has shown ANFIS to perform better at modeling non-linear environmental systems, and with recent work showing that fuzzy-based models are superior to conventional ANNs in modeling complex manufacturing processes with uncertain parameters.58,59
Predictive stability is also compromised by model sensitivity to hyperparameters (fuzzy rule counts, membership function variables, hidden layer numbers, epochs, and hierarchical clustering in ANFIS). At the same time, uncertainties stemming from the LCA inventory and characterization factors also transfer through the models (where global warming potentials range from \∼∼0.54–10.43 kg CO2 eq and ecotoxicity impacts range from 5–220 CTUe between materials and construction stages \[stage-specific LCA datasets\]). Furthermore, scenario dependence complicates universality, as the trained models rely on the production conditions and material inputs from the training datasets. Thus, a better approach is to view model output as predictive approximations with uncertainty ranges, especially in light of the proven cross-validation efforts and sensitivity assessments, which provide added support for using ANN and ANFIS to investigate such sustainability-driven production patterns. These patterns ultimately still require tailored interpretation.
Based on these reports, considering four sunny days in different seasons, if EC windows replace 200 m2 of DP windows in a 10
000 ft2 medium office building, there is a possibility of significant energy savings. The energy saved by implementing EC windows can be converted to kg CO2 eq and compared to the global warming contribution of their manufacturing. If 15 kWh of electricity and 38 ft3 of natural gas are used per square foot of an office building, the total kg of CO2 eq generated by lighting, cooling, and heating can be determined. This operates on the assumption that in a medium office building, approximately 17% of total electricity use is for lighting, 11% of total electricity use is for cooling, and 86% of total natural gas is used for heating. The difference in consumption is summarized in Table 1.
000-square-foot office building per year
| Energy purpose | DP window consumption | EC window consumption | Units |
|---|---|---|---|
| Lighting | 25 500 |
10 200 |
kWh |
| Cooling | 16 500 |
8250 | kWh |
| Heating | 326 800 |
163 400 |
ft3 |
| Global warming impact | 56 600 |
26 500 |
kg CO2 eq |
As anticipated, a medium-sized office building will consume less energy and therefore generate 30
100 fewer kg CO2 eq when equipped with EC windows. 131.7 kg CO2 eq is generated during the manufacturing process for every m2 of EC windows. Therefore, it can be concluded that after 12 months of operation, the manufacturing global warming impact will be mitigated.
The results revealed that energy resources, including natural gas and electricity, contributed mainly to all environmental categories in all stages of the EC window production pathway. Other prominent contributors with significant environmental impacts were stainless steel, copper wire, and alumina. Another LCA study was conducted for the environmental assessment of DP window production. The results showed that, in addition to energy resources, such as natural gas, there were other inputs, including alumina, soda, and silica gel, which had significant environmental impacts.
The impacts of the EC and DP windows were compared, and it was found that the EC window production pathway had higher environmental impacts in the categories of ozone depletion, global warming, smog, and fossil fuel depletion. On the other hand, the DP window showed higher environmental implications in the remaining categories, particularly in ecotoxicity. The sensitivity analysis on EC window production revealed that a 10% decrease in electricity usage throughout the process would result in a reduction of 1.51 kg of CO2 eq per m2. The majority of electricity and natural gas used in office buildings is due to lighting, cooling, and heating. The energy use for these variables can be reduced by implementing EC windows. In a 10
000 sq ft office building, it will take 10.5 months to offset the global warming impact of 200 sq m of EC windows.
The study's findings, which compare ANN and multi-level ANFIS models for predicting environmental impacts of electrochromic window development, illustrate apparent differences between the two systems. They both accurately assessed areas of concern related to this production process, demonstrating that float glass preparation components have a significant impact on global warming, with a total of 10.1 kg CO2 equivalent. Meanwhile, silicon dioxide gel represents a substantial impact, with melting and refining impacts of 117.45 CTUe. In addition, the thermal coating process, particularly related to sputter deposition, is a significant environmental contributor, generating as much as 30.5 kg of CFC-11 equivalent ozone depletion potential alone over one production cycle. Ultimately, the model of multi-level ANFIS provides consistent results of high accuracy, as evidenced by correlation values of 1.000 in most impact assessment areas and stages of the production process. In contrast, the ANN model showed more variability, generating correlation coefficients from 0.195 to 0.987 depending on the areas of production and environment measured.
High environmental differences were caused by the choice of material, as evidenced by the low global warming potential of polypropylene plastic film (0.539 kg CO2 equivalent) compared to the high global warming potential of silicon dioxide gel (9.99 kg CO2 equivalent). The three-tier ANFIS model, with epoch settings ranging from 200 to 1000, demonstrated an outstanding ability to recognize complex environmental trends, with root mean square errors at or below 0.01 in most measurement classes. An analysis of errors revealed that ANFIS models had very low values of mean absolute percentage error, ranging from 0.18% to 48%. In comparison, ANN models were more inconsistent, ranging from 2.78% to 1.49 × 105, which represents the error depending on the manufacturing stage under investigation.
The impact of environmental differences across different stages of production processes was a significant 1.31 to 1.79 kg CO2 equivalent of the global warming impact, which, relative to the activities of assembly and integration, was below 0.20 kg CO2 equivalent. Lastly, though both methods of artificial intelligence gave similar guidance on the sustainability of the production, the multi-level ANFIS approach was found to be more credible due to the consistently high correlation coefficients higher than 0.999 and lower rates of error with a continuous production of the electrochromic window and with the multi-level ANFIS being the method of choice when analyzing the sustainability of the production process and establishing the needed parameters that must be met to consider the environmental impact in a certain way.
| This journal is © The Royal Society of Chemistry 2025 |