Abstract
This study seeks to discover a mathematical relationship between stress, temperature, properties, chemistry, and creep-rupture of a superalloy. This discovery will be achieved by leveraging human-supervised machine learning (ML). Historically, creep rupture equations have been discovered based on human analysis of experimental data. Numerous equations have been derived that describe the relationship between stress, temperature, and creep-rupture; however, a mathematical relationship with chemistry has remained outside the domain of human understanding. Recent advancements in ML offer the opportunity to discover equations with a higher dimensionality. To that end, multigene genetic programming (MGGP) with symbolic regression; a biologically inspired ML method, is employed to derive human-interpretable creep-rupture equations for Alloy 617. The optimal equation is observed to be a function of stress, temperature, chemistry, and chemical ratio in a mathematical form that corresponds to creep-strengthening/weakening mechanisms. The predictions agree statistically with the creep data including blindly held data for post-audit validation. The equation is leveraged to discover an optimal chemistry for Alloy 617 that offers improvement in creep strength. Calculated equilibrium phase diagrams (CALPHAD) of the optimal chemistry show an increased phase fraction of strengthening carbides that are stable over a wider temperature range.
Similar content being viewed by others
Introduction
Motivation
Creep constitutive models are typically derived by human experts through the meticulous examination of creep data. One of the first creep constitutive equations was developed by Andrade in 1910 to predict primary creep deformation in soft metals1,2. In the 1950’s a succession of creep-rupture equations called Time-Temperature Parameters were developed to predict the creep-rupture of materials3,4,5. The first and most popular, the Larson-Miller parameter, (developed in 1952) is still employed today3,6. Constitutive equations such as MPC Omega, Theta projection, Wilshire, Kachanov-Rabotnov, Sine-Hyperbolic (Sinh), Wilshire-Cano-Stewart, TTC, etc. have evolved from these early efforts to predict the minimum-creep-strain-rate, creep rupture, and deformation of materials7,8,9,10,11,12. In contrast to these human-derived equations, machine learning (ML) has emerged as an alternative approach to predicting creep behavior. Machine learning empowers us to discover patterns and trends in data that would be impossible to discern through human intuition alone. Typically, ML is applied as a “black-box”, where the functional relationship between variables is not transparent but a hidden feature. This study seeks to leverage “glass-box” machine learning (ML) to discover creep equations that offer human interpretable insight into strengthening mechanisms and how these features correlate to creep resistance.
The schematic of human-supervised machine learning. Tasks are split between a human and machine. Certain tasks are human-exclusive (e.g. ML Parameters) while others are machine-exclusive (e.g. Run ML Program). Several tasks (e.g. Data Analysis, Data Splitting, etc.) are performed in combination with humans and machines and are typically guided by humans.
Machine learning
Machine Learning (ML) is a computational process that leverages data to achieve a specific outcome and improve performance13. Machine learning has had a cross-cutting impact on many scientific disciplines because it enables the discovery of complex relationships in data14,15. Machine learning has been applied to predict mechanical16,17,18and physical properties19,20, for classification in microstructural analysis21,22, and to accelerate alloy development23,24. Machine learning methods do NOT consider physics readily; rather, ML minimizes an objective function to generate a desired output25. Physics may be injected into the objective function to constrain the ML algorithm towards a physics-based solution; however, the physics should be applied and how it impacts the objective function is the domain of a human.
To enable true scientific discovery, human-supervised ML is recommended as illustrated in Fig. 1. In human-supervised ML, a human adds their knowledge throughout the calibration process to achieve higher correlations. For example, a human can inspect data and identify outliers, incomplete data, and false positives based on their experience. Humans have scientific knowledge and can add physical equations as constraints or training data to enable physics-informed ML algorithms. During training and testing, a human decides how to split the data to ensure effective correlation. Most importantly, humans are the final authority on the ML solution. A human must interpret the ML outputs and determine whether those outputs are sound. Machine learning in general, is often referred to as a “black-box” since an equation is NOT the output; rather, ML generates a trained and highly complex “model” that is outside the realm of human understanding26,27,28. Interpretability comes from parametrically exercising the “model” over a range of inputs, plotting the output, and examining the results. Since some of the relationships in the “model” are highly non-linear and involve multiple inputs, interpretability is not always achieved.
Machine learning in Creep
Machine learning in creep is chiefly applied to predict creep properties and performance. There is a plethora of instances where black-box ML is employed for creep-rupture (CR) prediction29,30,31,32,33,34,35,36,37,38. Algorithms such as Back Propagation Neural Networks29, Divide and Conquer Self-Adaptive30, Bayesian Neural Networks32, Artificial Neural Networks33,34, Soft constrained algorithms36, xBoost37,38, and others have been applied to the creep problem. These algorithms have predicted rupture out to 105hours31. Notably, the prediction accuracy is high in the range of 90–97.5%29,30,31,32,33,34,35,36. Most ML models have been employed to correlate stress, temperature, and rupture29,30,31,32,34; however, a few have included chemistry, heat treatment, and/or product form33,35,36.
Several authors have laid out the path to improve ML applications in creep. Juan et al. outlined the lack of a unified database and the lack of physical and chemical significance of ML models as a drawback to accelerated material discovery39. Shin et al. proposed to correlate the ML models with the important alloy features to determine the overall creep response40. Peng et al. pointed out the effects of uncertainty sources in ML models and the resulting scatter in the creep response of high-temperature alloys27. Ling et al. called for the replacement of replicated experiments with ML models to predict material properties at a reduced cost41. Efforts were made to employ time temperature parameter models and generative adversarial network to generate synthetic data, train and test ML algorithm, and improve prediction accuracy42,43. Zou et al. employed Shapley Additive Explanations values and input feature importance ranking of creep rupture life to interpret black box ML algorithm37. In all the above, ML does not produce human-interpretable equations but rather a black-box model that exhibits limited interpretability. If the objective is simply prediction accuracy, black-box is ideal. If the objective is to discover the fundamental relationships in materials, then human interpretable equations are preferred. A potential solution to this problem is genetic programming (GP) with symbolic regression.
Genetic programming with symbolic regression
Genetic programming (GP) simulates the biological evolution of living organisms44. Symbolic regression solves problems by determining the mathematical expressions that best fit a given dataset. A genetic programming algorithm with symbolic regression is illustrated in Fig. 2. The genes evolve to solve your problem. The gene has a tree structure that consists of mathematical expressions \(\left( {+,{\text{ }} - ,{\text{ }} \times ,{\text{ }} \div ,{\text{ }}\sinh ,{\text{ }}\cosh ,{\text{ }}\tanh ,{\text{ }}\exp ,{\text{ etc}}{\text{.}}} \right)\)and constants45,46. During gene evolution, the mathematical expressions are selected, mutated, and sub-grouped to form an equation that solves a problem.
In Multigene Genetic Programming (MGGP), multiple generations of genes evolve in parallel and undergo selection, crossover, and mutation to acquire and delete genes. Many genes, i.e., equations, are generated. During the selection process only, the fittest will survive, based on a complex probabilistic process45,46,47,48. The genes with the best ability to predict the data “survive” a generation are transferred directly and/or combined with other surviving genes. This process iterates until a user-defined limit has been reached, such as (1) a desired predictive performance, (2) a specific number of genes or generations, and/or (3) a particular amount of time has elapsed. In GP and MGGP, the equations can become complex. To achieve human-interpretable equations, a human must define the allowable mathematical expressions, gene size, tree depth, and mathematical/physical constraints to be enforced.
A few authors have applied GP with symbolic regression to discover new creep equations. Baraldi et al. explored GP with symbolic regression to discover a creep-strain-rate equation as a function of stress, temperature, and natural logarithm of creep strain49. The resulting human-interpretable equation compared favorably to the codified logistic creep strain equation and a black-box NN model. Hossain et al. leveraged MGGP with symbolic regression to develop creep-rupture equations as a function of stress and temperature50. The study revealed gene size and tree depth affect the complexity of equations. Thus far, GP/MGGP creep equations have only involved stress and temperature inputs. The current study investigates the inclusion of stress, temperature, and chemistry. The research question is can we mathematically define the role of chemistry in creep-rupture? How is chemistry related to the strengthening mechanisms of creep resistance?
Objectives
This study seeks to discover, a mathematical relationship between stress, temperature, properties, chemistry, and creep-rupture of a superalloy. Creep data for alloy 617 is gathered from seven (7) sources with variations in chemical composition. The data is analyzed and separated into training, testing, and post-audit validation sets. An MGGP algorithm with symbolic regression is employed to generate equations. The algorithm is systematically optimized to generate equations. The optimal equation is selected based on statistical goodness and human evaluation. The equation is compared to the training and test data and separately held post-audit validation data. The mathematical form of the equation is analyzed to determine the effect of chemistry on creep resistance. The equation is used to determine an optimal alloy composition for Alloy 617 that maximizes creep strength. CALPHAD calculations of the nominal and optimal chemistry are carried out to determine the phases, phase fractions, and stability at equilibrium. When compared, the sources of creep strengthening/weakening are revealed. Finally, the MGGP equation and its opportunities and limitations are discussed.
Material
Alloy 617 is a solid solution strengthened alloy with nominal Ni-Cr-Co-Mo composition specifically designed for high-temperature applications51. Alloy 617 has been employed in nuclear components, intermediate heat exchangers, combustion liners for turbine engines, and pressure vessels, among others, as outlined in the ASME Boiler and Pressure Vessel code52.
Creep data is collected from seven (7) data sources (INL, KAERI, NIMS, Huntington, ORNL, Cook, and GE) including a range of heats and product forms (rod, plate, rod, bar, CR sheet, and forging)51. The nominal chemical composition from each source is summarized in Table 1. In total, 306 data points were collected, of which 252 were used for training and testing, and 54 for post-audit validation. The creep-rupture data spans 6.2–537.8 MPa, 13–40,100 h, and 593–1149 °C. The test count is 306 with a total duration of 1,177,853 h (≈ 134 years).
Tensile and yield strength as a function of temperature is available from only 3 data sources (INL, Hunting, ORNL)51. Tensile information is not available for all sources. The room temperature tensile strength of ORNL, 750 MPa, is selected as the baseline property for all data. The melting temperature ranges from 1332 to 1380 °C53. The mean melting temperature of 1350 °C is selected as the baseline property for all data.
Key microstructural features of alloy 61754.
Literature offers insight into the creep-strengthening mechanics of Alloy 617 as illustrated in Fig. 354. The primary strengthening mechanisms in alloy 617 are solid solution and precipitation strengthening. Solid solution strengthening comes from Co and Mo. The element Co contributes to solid solution strengthening which impedes diffusion to enhance creep resistance60. The element Mo has the dual effect of solid solution strengthening and as a catalyst for γ’formation55. Precipitation strengthening is imparted by the intermetallic gamma prime γ’ (Ni3Al) phase. Gamma prime γ’ helps to prevent dislocation motion via γ’-enriched bands within grains as shown in Fig. 3. The key carbides are FCC crystal structured M23C6 (M = Cr + Mo) and M6C(M = Mo)55,56,57,58,59,60,61,62,63,64. These carbides form alongside γ’ creating a strengthening zone within grains. They also form along grain boundaries and offer resistance to crack propagation as shown in Fig. 3. Beyond forming carbides, Cr promotes oxidation and corrosion resistance56,57. Additional precipitates are topological closed-packed phases µ and titanium carbonitride TiCN. The µ is a strengthener; however, the presence of µ is not detected after aging at temperatures from 649 to 1093 °C58. If the µ phase is detected, it appears near grain boundaries in the vicinity of carbides as shown in Fig. 3. The TiCN appears in a 400–1000 °C temperature range. Grain boundary stability is promoted by Co, Mo, B, and Mn55. Centered on the strengthening mechanisms, the key alloying elements are Ni, Cr, Co, Mo, Al, Ti, and C, respectively.
The tolerant elements Ti, B, Cu, and S can be beneficial if held at trace amounts; but offer deleterious effects on creep resistance at high concentrations56. Titanium readily forms carbides, nitrides, oxides, and carbonitrides, which remain suspended in the melt and hinder their incorporation into the solid material as desired60. Copper induces embrittlement and reduced ductility. At elevated temperatures, Cu can contaminate the γ’ phase, diminishing creep resistance. The structures that form within alloy 617 greatly influence creep resistance. The element ratios are provided in Table 2. The ratios represent a simplification of strengthening precipitates γ’ (Ni3Al), carbides (M23C6 and M6C), and titanium carbonitride (TiCN).
Multi-Gene Genetic Programming (MGGP)
A Multi-Gene Genetic Programming (MGGP) algorithm with symbolic regression is employed to generate creep equations65,66. The pre-processing steps (data analysis, input feature screening, and data splitting) and post-processing steps (model extraction and evaluation, model refinement) involve both a human and the machine; where the machine provides statistics that a human interprets to make decisions. The optimization of the MGGP algorithm parameters and the selection of the optimal creep equation are human tasks informed by iteratively tuning the algorithm until a suitable discovery is made.
Data analysis
The Alloy 617 data is analyzed. Interrupted and ongoing tests are removed51. Normalization is performed for dimensional homogeneity. Stress, σ is normalized by room temperature tensile strength to furnish σ/UTS. Temperature, T (℃) is converted to Kelvin (K) and normalized by melting temperature to furnish T/Tm. Rupture, tr (hr) is transformed into a natural logarithm, ln(tr).
Input feature screening
Input feature screening eliminates inputs that do not correlate to creep-rupture. There are 21 input features including normalized stress, normalized temperature, alloying elements (13), element ratios (4), and mechanical properties (2). Input features are evaluated statistically where the Pearson correlation coefficient, r is used to measure the correlation intensity, and the p-value is used to accept or reject the null hypothesis. The r value ranges from − 1 to + 1, indicating the strength and direction of the correlation between the two features59,60,61. The p-value determines the significance of a relationship. The threshold for significance is p ≤ 0.05 where the probability of observing the obtained results by random chance is less than 5%. A highly significant relationship is realized at p ≤ 0.01. Input features with p ≥ 0.05 should be discarded from equation discovery unless human intervention is required.
The heat map of the Pearson correlation coefficient, r with p-value is depicted in Fig. 4. The p-value test finds 3 significant (Ni, Mn, and UTS) and 7 highly significant input features (T/Tm, Co, Cu, C, B, Cr/C, and Mo/C). The input feature σ/UTS is not found to be significant even though σ is a critically important feature for creep rupture prediction. This lack of significance is likely due to normalizing σ by a fixed room temperature UTS rather than the UTS at actual temperature per Heat (the data of which is unavailable). It is also observed that the ratio Ni/Al is not significant. The Ni/Al ratio represents a simplification of γ’ (Ni3Al) which is a key strengthening phase. Human expertise gives the ability to include or exclude certain features, even if the statistical rationale suggests otherwise. Note the MGGP algorithm during optimization may discard additional inputs. The resulting input features that passed screening and meet human expertise are listed in Table 3.
Data splitting
The data is split into three datasets: training, testing, and post-audit validation as shown in Fig. 5.
-
Training and testing set – INL, KAERI, NIMS, and Huntington.
-
Post-audit validation set – ORNL, Cook, and GE.
The training and testing data are randomly split into 70% training and 30% testing sets unbiased to temperature, stress, chemical composition, or data source. The training and testing sets exhibit a similar range of scatter with no discernible trend. The post-audit validation data is held separately and later used to evaluate the MGGP equation’s ability to predict “hidden data” based on alloying elements.
Algorithm
The MGGP algorithm includes many parameters that influence equation generation62. It is necessary to calibrate these parameters to furnish high-fitness and low-complexity equations. The MGGP algorithm is probabilistic and includes Monte Carlo methods at almost every decision point. When uncalibrated, each run will result in a different set of elite equations. Once properly calibrated, consistent elite equations should be observed where the elite equations per run are not identical but exhibit similar complexity, input features, and mathematical expressions.
In terms of the structure of equations, multigene is enabled. Multiple genes can evolve and be additively or subtractive connected to furnish an equation, (e.g. see Fig. 2). The gene size, g controls the maximum number of genes that can be employed. The maximum tree depth, \({t_d}\), and mutation depth, \({t_m}\) control the depth of mathematical operators within a single tree and the depth at which mutation operations can be performed. These parameters control the maximum complexity of a given equation. The optimal range for the creep-rupture problem exists between
obtained through parametric optimization50. Herein, \(g={t_d}=4\) is set.
The MGGP algorithm concept is illustrated in Fig. 6. Population size, p is the number of equations per generation. A randomly seeded initial population is built, generation i. The larger the population, the more likely good initial equations will exist within the first generation; however, the larger the population, the more number of generations, \({n_g}\) are needed to genetically improve fitness. Fitness and complexity are evaluated through a selection process. Two types of selection are performed: Pareto and Elitism. The selection type is a user-defined probability. During Pareto selection, a tournament size, ntof equations are randomly selected from the current generation63. Equations can participate in multiple tournaments, increasing selection pressure. The nt equations are Pareto sorted using fitness and complexity as competing objectives to obtain a rank 1 Pareto set of equations that are non-dominated in terms of both fitness and complexity. Finally, a random equation from the rank 1 pareto set is then returned. The equations returned from Pareto tournaments become the parents of the next generation. Elitism selection is also performed separately from Pareto. During elitism, the current generation is sorted by best fitness and lowest complexity. A user-defined elite fraction is then stored for the next generation.
With the selection process completed, the next step is to build a new generation i + 1 from the selected individuals. The elite fraction is directly transferred to the new generation. The remaining equations are generated through genetic operations performed on the selected individuals. Mutation, crossover, or direct copy are performed with a user defined probability. Six types of mutation operations are possible but only 3 are enabled by default (Ordinary Koza Style subtree mutation, mutating a non-constant terminal to another non-constant terminal, and constant perturbations sampling a Gaussian distribution). Crossover can occur either at a high-level (where 1 to g genes are exchanged randomly and independently for each parent with a given probability) or low-level (where a single random gene is exchanged between parents). Direct copy is where a selected parent is directly copied to the next population. Direct copy operates similarly to the elite fraction, but it is performed on equations that have passed Pareto selection. Selection and population building repeat until convergence criteria have been met or the user-defined number of generations, \({n_g}\) has been reached.
In a single run of the MGGP algorithm, model fitness is constrained by the initial randomly seeded population. The initial population may not hold a good mixture of initial equations. To overcome this issue, the MGGP algorithm can be operated with multiple runs, r. By executing multiple runs, multiple initial populations can be seeded. These populations evolve independently and in parallel. The final populations are merged and Pareto sorted to furnish the fittest equations. Thereby a more global solution is obtained. The total number of equations, N built by MGGP is calculated as
assuming no convergence before \({n_g}\) has been reached. The merge size, n of the final populations
is subjected to Pareto selection to furnish the fittest equations.
Parameter optimization
The MGGP algorithm must be optimized. Numerous parameters can be tweaked to improve convergence. It is not feasible to optimize them in parallel. Herein, a series approach is taken where we start with the default parameters, and sequentially optimize only the key parameters that control “gross” convergence. Note, that this initial optimization process is performed on a workstation computer (4 cores, 32GB RAM) and is thus constrained by solve time.
Before optimization, the function nodes must be selected. The function nodes are basic (+, -, ×, ÷) and complex (neg, log, power, exp, negexp, mult3, add3, sinh, sqrt, cube). These function nodes are selected because they exist in human-derived creep equations.
Parameter optimization was performed by testing the influence of various parameters on fitness and model complexity as shown in Fig. 7. The convergence of population and generations is shown in Fig. 7 (a) and (b) in terms of RMSE. Convergence is observed to exponentially soften to a saturation point at p > 1000 and \({n_g}\)> 200 respectively; with a ratio of 20%. The convergence of runs, r is shown in Fig. 7 in terms of (c) model complexity and (d) R2, respectively. The data points correspond to the equation with the highest R2 and lowest complexity in the Pareto front of the final generation. Convergence is observed at r > 40 where model complexity and R2 appear to exponentially hardened to a saturation point. The genetic operations of mutation, crossover, and direct copy must hold the following constraint m + c + d = 1. Since direct copy is redundant to elitism, it is fixed to 0.02 and the relationship between mutation and crossover is explored. The convergence of mutation, m is next. A linear relationship is observed between complexity and mutation with an expanding uncertainty as shown in Fig. 7 (e). This uncertainty is reflected in the R2 values where increasing mutation aids fitness but inconsistently as shown in Fig. 7 (f). Mutation, cross-over, and direct copy are set to 0.475, 0.475, and 0.05 respectively that offer a good balance of low complexity and high fitness with some certainty. Finally, tournament size, nT is evaluated as shown in Fig. 7(g) and (h). It is observed that both complexity and R2 spike at a tournament size of 150 which is 15% of the total population.
The optimal workstation parameters are summarized in Table 4. While a workstation is useful, it would be ideal to scale up the population size, generations, and tournament size to expand the breadth and depth of exploration. The Ohio Supercomputing Center was leveraged to the scale-up parameters as shown in Table 4. The chemistry equation was obtained using the Ohio Supercomputing Center.
RESULTS
MGGP-Derived equation
The optimal equation is human-selected. The MGGP algorithm generated 400,000,000 equations. The final merged population was 800,000 equations. Pareto selection reveals 314 elite equations. The Pareto front of these elite equations is shown in Fig. 8. A region of interest is designated where \({R^2}\)> 0.88 and complexity ranges from 50 to 100. Within the region of interest, the equations are ranked in the following order (1) a high number of chemistry inputs, (2) high \({R^2}\), and (3) low complexity. Furthermore, a choice was made to select an equation that offers conservative creep-rupture predictions when chemistry is evaluated outside the ASTM limits. Following this rationale, the optimal equation is selected. The optimal equation is
where, \({t_r}\) is rupture time (hr), \(\sigma\) is the applied stress (MPa), \({\sigma _{TS}}\) is the room temperature ultimate tensile strength (MPa), T is the temperature (K), \({T_m}\) is the melting temperature (K), C and B are elements (in wt%), and Ni/Al, Mo/C, Cr/C are element ratio (in wt%/ wt%). The expressional complexity of the equation is 75. The equation has 10 input features. The material constants, \({\alpha _i}\) are summarized in Table 5. The equation is fully calibrated, and no further calibration is required to predict rupture as a function of stress and temperature; only chemistry. The optimal equation is moderated by the following constraint.
where any alloying adjustments are applied to the Ni-base
where others, are the remaining alloying elements not being adjusted. Mathematically, the equation has a form similar to time-temperature parameter models6. The ECCC V5 guideline calls for equations that are free of inflection points, cross-over, and/or turn-over for any combination of stress and temperature67. Each term within the equation uniquely impacts rupture time. Term 1 is a stress and alloying strengthening/weakening. Term 2 is a thermal weakening where increasing temperature reduces rupture. Term 3 is a mechanical and carbide strengthening/weakening where increasing Cr and Ni increases rupture. Term 4 is a thermo-mechanical strengthening/weakening. Term 5 is a bias term for the baseline creep strength.
The equation is mapped to the materials science pyramid as shown in Fig. 9. The equation offers a mathematical relationship between properties, chemistry, and performance. Given reasonable estimate of UTS (due to processing) and melting temperature, creep-rupture can be predicted from chemistry alone. Three questions arise.
1. Can the equation predict creep-rupture from known and unknown chemistry?
2. Can the equation be employed to discover new chemistry with improved creep resistance?
3. If we find a new creep-resistance chemistry, how do we validate it without making the alloy?
Predictions
To answer the first question, the equation is compared to the training and testing data Fig. 10. The predictions and experiments are in agreement. The data resides along the diagonal (black solid line) excluding a few outliers. The training and testing data carry a coefficient of determination, \({R^2}\) of 0.904 and 0.893 showing a stronger correlation in the training data. Improved correlation in training data is likely due to the 70/30 data splitting ratio.
Predictions of creep-rupture from the chemistry of training and test data are shown in Fig. 11. The chemistry of each source is input into the equation along with the baseline UTS and average melting temperature. Visually, the predictions are in excellent agreement with the data (solid lines). Interpolations (dashed-dot lines) and extrapolations (dashed lines) are equally spaced relative to each other and meet the visual expectation for this material. Quantitatively, INL and NIMS exhibit the best predictions with R2 at 0.889 and 0.959, respectively. The worst fit is observed in Huntington data with a low \({R^2}\) of 0.332. Additional error metrics, including Normalized Mean Square Error (NMSE), Root Mean Square Error (RMSE), Mean Squared Error (MSE), and Mean Absolute Error (MAE) are summarized in Table 6. Note, that the density of data has an impact on R2 measures. Huntington illustrates that replicated creep data harms the accuracy of statistics while the equation is observed to track the average trend in the data.
To assess the ability to predict creep-rupture from “hidden” chemistry, creep-rupture predictions of post-audit validation are shown in Fig. 12. Post-audit validation data is held blindly and not used during training or testing. The chemical compositions of these data sources are input into the equation with the baseline UTS and average melting temperature. Visually, the predictions are in agreement with the data. Outliers are observed in the ORNL data at the lowest isotherms and the GE data at the hottest isotherms. Quantitatively, the best prediction is observed for Cook with an R2 of 0.852. Overall, the equation effectively predicts the creep-rupture from the chemistry of materials both seen and unseen data. Supplementary error metrics are summarized in Table 6.
Chemistry optimization
To answer the second question, the equation is employed to determine an optimal chemistry for creep resistance. The creep conditions of 10–420 MPa and 900 °C are targeted. A temperature of 900 °C is chosen due to the availability of the most data points. An evolutionary non-linear global algorithm that mimics the process of natural selection was employed for optimization. The target is to maximize the following objective function
where \({t_r}\) is rupture time and n is total data points at a 5 MPa interval. The constraint [Eq. (5)] is held. Other is set to 13.324 equivalent to ORNL the strongest Heat. The elements Ni, Cr, Mo, Al, C, and B are varied, and the resulting, Ni/Al, Mo/C, and Cr/C ratio is calculated and input into the equation.
Chemistry optimization was performed at the ASTM limits and ± 10%. Creep rupture is improved as shown in Fig. 13 where both optimizations furnish virtually identical predictions with Obj equal to 0.449. Interestingly, the chemistry in these two cases was not identical, suggesting the solver has reached a plateau where the MGGP equation becomes insensitive to further chemical change. Mathematically, C and B are driven to maximize and minimize, respectively. Maximizing C is related to the formation of strengthening carbides such as M23C6 and M6C57,58,59,60,61,62,63,64. Boron is a narrowly tolerant alloying element whose mechanisms are not fully understood56. Mathematically, it is driven to minimize but cannot be zero due to ln(0)=-∞. Trace amounts of B in Alloy 617 benefit ductility and spallation resistance where B is known to segregate at grain boundaries and matrix/carbide interfaces68. A modified derivative of Alloy 617 with boron called Alloy 617B exists to take advantage of narrow additions of Boron to the chemistry; however, data for this Alloy 617B is not available in this effort68. In the available data, B has a small magnitude and high COV (as shown in Table 1) and exhibits relative insensitivity to creep strength. Subsequently, the MGGP equation is insensitive to B and tends to minimize this element.
As the sensitivity of the objective function deteriorates. further expansion of the ASTM limits will result in the same outcome and a wider chemistry range loses credibility/conservatism. Subsequently, the optimal chemistry was defined as those within ± 10% ASTM. The optimized chemistry is provided in Table 7.
Parametric creep rupture predictions ranging from 850 to 1000 °C of the ORNL and optimized chemistry is shown in Fig. 14. In both cases, the predicted isotherms are evenly spaced. The optimized chemistry exhibits notable improvement in creep resistance when compared to ORNL. Furthermore, the optimized chemistry exhibits a slightly higher UTS compared to ORNL at elevated temperatures.
CALPHAD
To address the final question, calculated equilibrium phase diagrams for the optimized chemistry are generated. The equilibrium phase diagram for the ORNL and the optimized chemistry are shown in Fig. 15(a)-(c). The thermodynamic calculations are carried out using the Thermo-Calc software and TCNI12 database70.
For ORNL, Cr-rich M23C6 carbides are metastable, completely dissolving between 775 and 1000°C to form M6C carbides before reforming briefly until they completely disappear at 1100°C. The γ’ strengthener is stable up to 700 °C. The deleterious σ phase precipitates below 850 °C55; however, the σ phase takes an extraneous amount of time to precipitate and is not detected in aging alloy 617 experiments.
For the optimized chemistry, M23C6 precipitates at a higher phase fraction and persists out to 1200°C with only minor dissolution between 775 to 1000°C to form metastable M6C carbides. The γ’ is stable up to 800 °C. The σ phase remains unchanged. Interestingly, once M23C6 dissolve at 1200 °C, short-lived M7C3 carbides appear up to the solidus temperature. (Cr, Fe)7C3carbides exhibit high hardness and wear resistance71. It might be possible to anneal and rapidly quench to precipitate these carbides into the microstructure; however, subsequent exposure to elevated temperature during creep will result in dissolution over time. Overall, the optimized chemistry has strengthening phases that exist at a high phase fraction and persist over a wider temperature range. CALPHAD suggests that the optimized chemistry will produce a microstructure that is more stable and exhibits better creep resistance.
Discussion
The MGGP equation predicts creep rupture as a function of stress, temperature, chemistry, and chemical ratio. In the materials science pyramid, processing was ignored and structure was evaluated post calibration as illustrated in Fig. 9. While the post-audit validation and CALPHAD simulations have validated the feasibility of the MGGP equation; it is unclear if the MGGP equations represents a fundamental relationship between performance and chemistry or rather a closed-form phenomenological equation. There is a need to generate a high-fidelity database of chemistry, processing, structure, and properties data of reasonable quantity to enable a deeper discovery of fundamental relationships within any specific alloy.
The addition of physical equations (as mathematical constraints or input data) will enhance the MGGP algorithm’s ability to discover fundamental equations. The chief advantage of the MGGP algorithm over “black-box” machine learning, is the output of a closed-form equations that can be integrated by a human. This transparency enables a human to apply constraints to the algorithm, modify algorithm parameters, and make decision concerning the acceptance, reject, or modification of elite equations. For example, basic concepts such as dimensional homogeneity can be employed. Extrapolation ability can be tests through a mathematical exercise of the equations at known extreme input conditions (e.g., ultimate tensile strength, zero stress, melting and room temperature, etc.). Nevertheless, the ideal next step for this effort would be to manufacture the optimized chemistry into samples for characterization and testing to verify CALPHAD and predict creep-rupture results.
Conclusions
This study aims to explore the application of multi gene genetic programming algorithm to discover new creep equations. The MGGP algorithm is employed on Alloy 617 data to discover a creep-rupture equation. The key outcomes are as follows.
• The MGGP equation is a function of stress, temperature, chemistry, and chemical ratio. The mathematical terms relate to thermomechanical and alloying strengthening/weakening, respectively.
• The fitness of the MGGP equation to training, test, and post-audit validation data exhibited a high \({R^2}\) measures. Post-audit validation confirms the applicability of the model to unseen data; both qualitative and quantitatively. Caution should be exercised when evaluated \({R^2}\), as the quantity and scatter in data can influence measurements.
• An optimized chemistry is obtained within +/−10% ASTM limits. The optimized chemistry exhibits improved rupture strength compared to data sources.
• Equilibrium calculated phase diagrams (CALPHAD) of optimized chemistry show the evolution and stability of favorable carbides and gamma-prime phase over a wide temperature range.
In the future, the physical metallurgy will be explored, and the proposed optimized chemistry will be developed, followed by creep testing.
Data availability
The datasets generated and/or analyzed during the current study are available in the INL Digital Library and can be obtained via the following link - https://inldigitallibrary.inl.gov/sites/sti/sti/Sort_54910.pdf. Please contact the corresponding author for further information if necessary.
Abbreviations
- MGGP:
-
Multi Gene Genetic Programming
- SR:
-
Stress rupture
- CR:
-
Creep rupture
- ML:
-
Machine learning
- t r :
-
Rupture time
- m :
-
Mutation
- c :
-
Cross-over
- d :
-
Direct copy
- g :
-
Gene size
- t d :
-
Tree depth
- t m :
-
Mutation depth
- p :
-
Population size
- n g :
-
Number of generations
- r :
-
Run size
- R 2 :
-
Coefficient of determination
- n t :
-
Tournament Size
- I :
-
No of iterations
- N :
-
Total number of equations
- α1 – α5 :
-
MGGP equation material constants
References
Cottrell, A. H. Andrade Creep Philos. Mag Lett., 73(1), 35–36. https://doi.org/10.1080/095008396181082 (1996).
Miguel, M. C., Vespignani, A., Zaiser, M. & Zapperi, S. Dislocation jamming and Andrade Creep. Phys. Rev. Lett. 89 (16), 165501. https://doi.org/10.1103/PhysRevLett.89.165501 (2002).
Larson, F. R. & Miller, J. A time-temperature relationship for rupture and creep stresses. Trans. Am. Soc. Mech. Eng. 74 (5), 765–771. https://doi.org/10.1115/1.4015909 (1952).
Manson, S. S. & Haferd, A. M. A Linear Time-Temperature Relation for Extrapolation of Creep and Stress-Rupture Data (Lewis Flight Propulsion Lab., NACA, 1953).
Manson, S. S. & Brown, W. F. Time-Temperature-Stress Relations for the Correlation and Extrapolation of Stress-Rupture Data, Proceedings-American Society For Testing And Materials, 19428 – 2959, pp. 693–719. (1953).
Haque, M. S. & Stewart, C. M. Metamodeling Time-Temperature Creep parameters. J. Press. Vessel Technol. 142 (3). https://doi.org/10.1115/1.4045887 (2020).
Prager, M. Development of the MPC Omega Method for Life Assessment in the Creep Range. (1995). https://doi.org/10.1115/1.2842111
Evans, R. W., Parker, J. D. & Wilshire, B. The θ Projection Concept—A Model-Based Approach to Design and Life Extension of Engineering Plant. Int. J. Press. Vessel Pip. 50 (1–3), 147–160. https://doi.org/10.1016/0308-0161(92)90035-E (1992).
Wilshire, B. & Scharning, P. J. Long-term Creep Life Prediction for a high Chromium Steel. Scr. Mater. 56 (8), 701–704. https://doi.org/10.1016/j.scriptamat.2006.12.033 (2007).
Stewart, C. M. A hybrid constitutive model for creep, fatigue, and Creep-Fatigue Damage. Univ. Cent. Fla. (2013). http://purl.fcla.edu/fcla/etd/CFE0005061
Hossain, M. A., Cano, J. A. & Stewart, C. M. Probabilistic Creep Modeling of 304 Stainless Steel Using a Modified Wilshire Creep-Damage Model, Proceedings of ASME 2020 Pressure Vessel and Piping Conference PVP2020, Virtual, Online. (2020). https://doi.org/10.1115/PVP2020-21613
Zhao, X., Niu, X., Song, Y. & Sun, Z. A novel damage constitutive model for Creep deformation and damage evolution prediction. Fatigue Fract. Eng. Mater. Struct. 46 (3), 798–813. https://doi.org/10.1111/ffe.13896 (2023).
El Naqa, I. & Murphy, M. J. What is machine learning?, in: Mach. Learn. Radiat. Oncol., Springer, : 3–11. https://doi.org/10.1007/978-3-319-18305-3_1 (2015).
Xin, D. et al. Accelerating human-in-the-loop machine learning: Challenges and opportunities, in: Proc. Second Work. Data Manag. End-to-End Mach. Learn., : pp. 1–4. (2018). https://doi.org/10.1145/3209889.32098
Mosqueira-Rey, E., Hernández-Pereira, E., Alonso-Ríos, D. & Bobes-Bascarán, J. Fernández-Leal, Human-in-the-loop machine learning: a state of the art. Artif. Intell. Rev. 1–50. https://doi.org/10.1007/s10462-022-10246-w (2022).
Agrawal, A. et al. Exploration of data science techniques to predict fatigue strength of steel from composition and processing parameters, Integr. Mater. Manuf. Innov. 3 90–108. (2014).
Peng, J., Yamamoto, Y., Hawk, J. A., Lara-Curzio, E. & Shin, D. Coupling physics in machine learning to predict properties of high-temperatures alloys. Npj Comput. Mater. 6, 1–7. https://doi.org/10.1038/s41524-020-00407-2 (2020).
Yan, F., Song, K., Liu, Y., Chen, S. & Chen, J. Predictions and mechanism analyses of the fatigue strength of steel based on machine learning. J. Mater. Sci. 55, 15334–15349. https://doi.org/10.1007/s10853-020-05091-7 (2020).
Gaultois, M. W. et al. Perspective: web-based machine learning models for real-time screening of thermoelectric materials properties. Apl Mater. 4, 53213. https://doi.org/10.1063/1.4952607 (2016).
Hautier, G., Fischer, C. C., Jain, A., Mueller, T. & Ceder, G. Finding nature’s missing ternary oxide compounds using machine learning and density functional theory. Chem. Mater. 22, 3762–3767. https://doi.org/10.1021/cm100795d (2010).
Liu, R. et al. A predictive machine learning approach for microstructure optimization and materials design. Sci. Rep. 5, 1–12. https://doi.org/10.1038/srep11551 (2015).
Yang, Z. et al. Deep learning approaches for mining structure-property linkages in high contrast composites from simulation datasets. Comput. Mater. Sci. 151, 278–287. https://doi.org/10.1016/j.commatsci.2018.05.014 (2018).
Li, J. et al. Accelerated discovery of high-strength aluminum alloys by machine learning. Commun. Mater. 1, 1–10. https://doi.org/10.1038/s43246-020-00074-2 (2020).
Kumar, U., Nayak, S., Chakrabarty, S., Bhattacharjee, S. & Lee, S. C. Gallium–boron–phosphide (GaBP2): a new III–V semiconductor for photovoltaics. J. Mater. Sci. 55, 9448–9460. https://doi.org/10.1007/s10853-020-04631-5 (2020).
Wei, J. et al. Machine learning in materials science. InfoMat 1, 338–358. https://doi.org/10.1002/inf2.12028 (2019).
Liang, M. et al. Interpretable ensemble-machine-learning models for predicting creep behavior of concrete. Cem. Concr Compos. 125, 104295. https://doi.org/10.1016/j.cemconcomp.2021.104295 (2022).
Peng, J. et al. Uncertainty quantification of machine learning predicted creep property of alumina-forming austenitic alloys. JOM 73, 164–173. https://doi.org/10.1007/s11837-020-04423-x (2021).
Gu, H. H. et al. Machine learning assisted probabilistic creep-fatigue damage assessment. Int. J. Fatigue. 156, 106677. https://doi.org/10.1016/j.ijfatigue.2021.106677 (2022).
Venkatesh, V. & Rack, H. J. A neural network approach to elevated temperature creep–fatigue life prediction. Int. J. Fatigue. 21, 225–234. https://doi.org/10.1016/S0142-1123(98)00071-1 (1999).
Liu, Y. et al. Predicting creep rupture life of Ni-based single crystal superalloys using divide-and-conquer approach based machine learning. Acta Mater. 195, 454–467. https://doi.org/10.1016/j.actamat.2020.05.001 (2020).
Verma, A. K. et al. Mapping Multivariate Influence of alloying elements on Creep Behavior for Design of New Martensitic Steels. Metall. Mater. Trans. A. 50, 3106–3120. https://doi.org/10.1007/s11661-019-05234-9 (2019).
Yoo, Y. S., Jo, C. Y. & Jones, C. N. Compositional prediction of creep rupture life of single crystal ni base superalloy by bayesian neural network. Mater. Sci. Eng. A. 336, 22–29. https://doi.org/10.1016/S0921-5093(01)01965-7 (2002).
Frolova, O., Roos, E., Maile, K. & Müller, W. Representation of the heat specific creep rupture behaviour of 9% cr steels using neural networks. Trans. Mach. Learn. Data Min. 4, 1–16 (2011).
Hu, X. et al. Two-way design of alloys for advanced ultra supercritical plants based on machine learning. Comput. Mater. Sci. 155, 331–339. https://doi.org/10.1016/j.commatsci.2018.09.003 (2018).
Wang, J., Fa, Y., Tian, Y. & Yu, X. A machine-learning approach to predict creep properties of Cr–Mo steel with time-temperature parameters. J. Mater. Res. Technol. 13, 635–650. https://doi.org/10.1016/j.jmrt.2021.04.079 (2021).
He, J. J., Sandström, R., Zhang, J. & Qin, H. Y. Application of soft constrained machine learning algorithms for creep rupture prediction of an austenitic heat resistant steel Sanicro 25. J. Mater. Res. Technol. 22, 923–937. https://doi.org/10.1016/j.jmrt.2022.11.154 (2023).
Zou, F., Liu, P., Chen, Y. & Zhao, Y. Machine learning-based predictions and analyses of the creep rupture life of the Ni-based single crystal superalloy. Sci. Rep. 14, 20716. https://doi.org/10.1038/s41598-024-71431-1 (2024).
Yang, T. X. & Dou, P. Prediction of Creep Rupture Life of ODS steels based on machine learning. Mater. Today Commun. 38, 108117. https://doi.org/10.1016/j.mtcomm.2024.108117 (2024).
Juan, Y., Dai, Y., Yang, Y. & Zhang, J. Accelerating materials discovery using machine learning. J. Mater. Sci. Technol. 79, 178–190. https://doi.org/10.1016/j.jmst.2020.12.010 (2021).
Shin, D., Yamamoto, Y., Brady, M. P., Lee, S. & Haynes, J. A. Modern data analytics approach to predict creep of high-temperature alloys, Acta Mater. 168 321–330. https://doi.org/10.1016/j.actamat.2019.02.017 (2019).
Ling, J. et al. Machine learning for alloy composition and process optimization, in: Turbo Expo Power Land, Sea, Air, American Society of Mechanical Engineers, : p. V006T24A005. (2018). https://doi.org/10.1115/GT2018-75207
Zhang, X. et al. A Method for Predicting the Creep rupture life of small-sample materials based on Parametric models and Machine Learning models. Mater. (Basel). 16 (20). https://doi.org/10.3390/ma16206804 (2023).
Ma, C., Tang, Y. & Bao, G. Machine learning-based prediction and generation model for Creep Rupture Time of Nickel-based alloys. Comput. Mater. Sci. 233, 112736. https://doi.org/10.1016/j.commatsci.2023.112736 (2024).
Mohammadi Bayazidi, A., Wang, G. G., Bolandi, H., Alavi, A. H. & Gandomi, A. H. Multigene Genetic Programming for Estimation of Elastic Modulus of Concrete, Math. Probl. Eng., 2014. (2014). https://doi.org/10.1155/2014/474289
Koza, J. R., Keane, M. A., Yu, J., Bennett, F. H. & Mydlowec, W. Automatic creation of Human-Competitive Programs and controllers by means of genetic programming. Genet. Program. Evolvable Mach. 1 (1), 121–164. https://doi.org/10.1023/A:1010076532029 (2000).
Koza, J. R. Genetic Programming as a Means for Programming computers by Natural selection. Stat. Comput. 4 (2), 87–112. https://doi.org/10.1007/BF00175355 (1994).
Chen, S. H. & Yeh, C. H. Toward a Computable Approach to the efficient market hypothesis: an application of genetic programming. J. Econ. Dyn. Control. 21 (6), 1043–1063. https://doi.org/10.1016/S0165-1889(97)82991-0 (1997).
Altenberg, L. The evolution of evolvability in genetic programming. Adv. Genet. Program. 3, 47–74 (1994).
Baraldi, D., Holmström, S., Nilsson, K.-F., Bruchhausen, M. & Simonovski, I. 316L (N) creep modeling with Phenomenological Approach and Artificial Intelligence Based methods. Met. (Basel). 11, 698. https://doi.org/10.3390/met11050698 (2021).
Hossain, M. A., Mireles, A. J. & Stewart, C. M. A Machine Learning Approach for Stress-Rupture Prediction of High Temperature Austenitic Stainless Steels, in: Turbo Expo Power Land, Sea, Air, American Society of Mechanical Engineers, : p. V007T17A029. (2022). https://doi.org/10.1115/GT2022-84352
Wright, R. N. & Boiler and Pressure Vessel Code Cases and Technical Bases for Use of Alloy 617 for Constructions of Nuclear Component Under Section III. Draft ASME, Division 5, Idaho National Lab.(INL), Idaho Falls, ID (United States), (2021). https://inldigitallibrary.inl.gov/sites/sti/sti/Sort_54910.pdf
Boiler, A. ASME Boiler and Pressure Vessel Code: An International Code (American Society of Mechanical Engineers New York, 1998).
https://www.specialmetals.com/documents/technical-bulletins/inconel/inconel-alloy-617.pdf
Riedlsperger, F. et al. Microstructural insights into Creep of Ni-Based Alloy 617 at 700°C provided by Electron Microscopy and Modelling. Mater. Charact. 198, 112720. https://doi.org/10.1016/j.matchar.2023.112720 (2023).
Mankins, W. L., Hosier, J. C. & Bassford, T. H. Microstructure and Phase Stability of INCONEL Alloy 617. Metall. Trans. 5 (12), 2579–2590. https://doi.org/10.1007/BF02643879 (1974).
Klöwer, J. 16 - Alloy 617 and Derivatives, A.B.T.-M. for U.-S. and A.U.-S.P.P. Di Gianfrancesco, ed., Woodhead Publishing, pp. 547–570. (2017). https://doi.org/10.1016/B978-0-08-100552-1.00016-6
Bhuyan, P. et al. Precipitate evolution during aging and its individual role on high-temperature hot corrosion response in Alloy 617. J. Alloys Compd. 871, 159499. https://doi.org/10.1016/j.jallcom.2021.159499 (2021).
Wu, Q. et al. Microstructure of long-term aged IN617 Ni-Base superalloy. Metall. Mater. Trans. A. 39, 2569–2585. https://doi.org/10.1007/s11661-008-9618-y (2008).
Chai, M. et al. Machine learning-based Framework for Predicting Creep Rupture Life of modified 9Cr-1Mo steel. Appl. Sci. 13 (8), 4972. https://doi.org/10.3390/app13084972 (2023).
Ren, W. S. R., Development of a controlled material specification for Alloy 617 for nuclear applications, ORNL/TM–2005/504, United States. (2005). https://doi.org/10.2172/1034357
Farache, D. E. et al. Linking Stress-Rupture Properties to Processing Parameters of HAYNES® 718 Nickel Superalloy Using Machine Learning, TMS Annual Meeting & Exhibition, Springer, pp. 383–398. (2023). https://doi.org/10.1007/978-3-031-27447-3_24
Searson, D. P. GPTIPS 2: an Open-Source Software platform for Symbolic Data Mining, Handbook of Genetic Programming Applications, Springer, 551–573. https://doi.org/10.1007/978-3-319-20883-1 (2015).
Deb, K., Pratap, A., Agarwal, S. & Meyarivan, T. A fast and elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Trans. Evol. Comput. 6 (2), 182–197. https://doi.org/10.1109/4235.996017 (2002).
Rahman, S., Priyadarshan, G., Raja, K. S., Nesbitt, C. & Misra, M. Investigation of the secondary phases of Alloy 617 by scanning Kelvin Probe Force Microscope. Mater. Lett. 62 (15), 2263–2266. https://doi.org/10.1016/j.matlet.2007.11.077 (2008).
Searson, D. P., Leahy, D. E. & Willis, M. J. GPTIPS: an open source genetic programming toolbox for multigene symbolic regression, in: Proc. Int. Multiconference Eng. Comput. Sci., Citeseer, : pp. 77–80. (2010).
Searson, D. P., Leahy, D. E. & Willis, M. J. Predicting the toxicity of chemical compounds using GPTIPS: a free genetic programming toolbox for MATLAB, in: Intell. Control Comput. Eng., Springer, 2011: pp. 83–93. https://doi.org/10.1007/978-94-007-0286-8_8
ECCC Volume 5 - Guideline for Assessment of Uniaxial Creep Data. (2014).
GUO, Y., ZHANG, Z., WANG, B. & ZHOU, R., HOU, S., and Microstructure and Mechanical properties of Alloy 617B. Trans. Nonferrous Met. Soc. China. 25 (4), 1106–1113. https://doi.org/10.1016/S1003-6326(15)63704-9 (2015).
ASTM B167-18. Standard specification for Nickel-Chromium-Aluminum Alloys (UNS N06699), nickel-chromium-Iron alloys (UNS N06600, N06601, N06603, N06690, N06693, N06025, N06045, and N06696), Nickel-Chromium-Cobalt-Molybdenum Alloy (UNS N06617), nickel-Iron-Chromium-T.
Andersson, J. O., Helander, T., Höglund, L., Shi, P. & Sundman, B. Thermo-Calc & DICTRA, computational tools for materials Science. Calphad 26 (2), 273–312. (2002).
Eshed, E., Choudhuri, D. & Osovski, S. M7C3: the story of a Misunderstood Carbide. Acta Mater. 235, 117985. https://doi.org/10.1016/j.actamat.2022.117985 (2022).
Acknowledgements
This study received no funding.
Author information
Authors and Affiliations
Contributions
M.A.H. and C.M.S. conceived the study and performed the algorithm development. M.A.H. conducted the investigation, simulation, writing the original draft and editing the final manuscript. C.M.S. conducted review and editing the manuscript and supervise the project. L.H. and W.X. conducted CALPHAD phase diagrams, analyzed, and interpreted the results. All authors contributed to final result discussion and provided feedback on the manuscript.
Corresponding author
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher’s note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Hossain, M.A., Hao, L., Xiong, W. et al. Discovering chemistry to creep rupture equations in Alloy 617 with machine learning. Sci Rep 15, 6051 (2025). https://doi.org/10.1038/s41598-025-89743-1
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-025-89743-1