Skip to main content

Open Access 30.04.2024 | Thematic Section: Harnessing the Power of Materials Data

Multi-objective Optimization-Oriented Generative Adversarial Design for Multi-principal Element Alloys

verfasst von: Z. Li, N. Birbilis

Erschienen in: Integrating Materials and Manufacturing Innovation

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

The discovery of novel alloys, such as multi-principal element alloys (MPEAs)—inclusive of the so-called high-entropy alloys—remains essential for technological advancement. Multi-principal element alloys can manifest uniquely favorable mechanical properties, but the complexity of their compositions results in their design and performance being challenging to understand. With the emergence of the materials genome concept, there is potential to pursue novel materials using computational design approaches. However, the complexity of such design often requires immense computational power and sophisticated data analysis. In an attempt to address this, we introduce the application of a new framework, the non-dominant sorting optimization-based generative adversarial networks (NSGAN) in the discovery and exploration of novel MPEAs. By harnessing the power of genetic algorithms and generative adversarial networks (GANs), NSGANs offer an effective solution for high-dimensional multi-objective optimization challenges in alloy design. The framework is demonstrated to generate MPEAs according to specific alloy properties. Furthermore, an online web tool/software applies the NSGAN framework to disseminate the methodology to the broader scientific arena (along with the supporting code made available).
Hinweise

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Introduction

Multi-principal element alloys (MPEAs) or high-entropy alloys (HEAs) have recently garnered significant academic interest in the field of material science, primarily driven by their unique properties and vast potential in many demanding applications [15]. The term “high entropy” encapsulates the concept of substantial configurational entropy stemming from a nearly balanced molar ratio of constituent elements [1]. Multi-principal element alloys, unlike conventional (single-principal element) alloys, often consist of a blend of five or more elements in roughly equal atomic ratios [2]. Their distinct compositions can often result in superior mechanical properties such as remarkable hardness, yield strength, and durability to corrosion or wear [6, 7]. However, the inherent complexity of MPEAs poses significant challenges to alloy exploration using traditional methodologies. As a result, leveraging computational techniques is a compelling approach to facilitate and enhance the exploration of such complex alloys.
Launched by the US Federal government as multi-stakeholder initiative in 2011, the Material Genome Initiative (MGI) ushered in the concept of the materials genome, which has since become an integral facet of how one may approach computational advances in materials science [8]. Drawing inspiration from the systematic characteristics of biological genomes, the materials genome approach envisages a data-centric methodology, detailing the intrinsic properties, structures, and processes of materials, while also elucidating the inherent attributes that govern material performance. This methodology underscores the systematic generation and organization of data, which enables the application of advanced computational tools for predictive modeling, allowing researchers to more rapidly identify and optimize materials to manifest specific properties [9]. Complementing this evolution, computational methodologies like density functional theory (DFT) and high-throughput screening (HTS) have emerged as compelling approaches [1012]. These facilitate swift evaluation of myriad compositions and structures, significantly accelerating new material discoveries. Further enriching this landscape is the integration of machine learning (ML) and artificial intelligence (AI) [1317]. Drawing from comprehensive databases, these technologies can predict and optimize material properties with efficiency (often surpassing mechanistic models like DFT [18, 19]). The application of ML techniques has gained notable traction in recent years in the discovery and design of MPEAs. In 2019, Wen et al. introduced a method that integrates ML with experimental designs to identify high-hardness HEAs in the Al–Co–Cr–Cu–Fe–Ni system [20]. More recently, Bundela et al. developed an ML framework for predicting HEA mechanical properties [21]. Building upon these advancements, the present authors’ previous study delved deeper into the complexities of MPEAs by employing generative design techniques [22]. This approach merged data science with generative design principles, propelling alloy design into a more automated and predictive paradigm. It is noted that the utilization of ML tools extends beyond some of the original concepts envisioned by the MGI, whereby inherent mechanistic-based materials properties are embodied in the relationships that are embedded within the large datasets used—and do not require explicit calculation. This does not mean that fundamental mechanisms that govern materials properties are neglected, but instead means that the ML tools themselves play a role in providing mechanistic insights that aid in “reasoning” (for materials properties) that can also assist materials designers in understanding complex alloy materials.
In the present research, a novel generative design framework was employed, termed the non-dominant sorting optimization-based generative adversarial networks (NSGAN), originally introduced in Ref. [23]. The approach was developed for single-principal element aluminum (Al) alloys—where a more mature database of alloy properties was utilized in developing the model framework. Herein, the framework has been applied to the study of MPEAs, in order to assess its general applicability, and to explore its use on a complex system which can benefit from computational approaches. In this paper, we will provide a brief introduction to the generative framework employed. For a full treatise of the approach, and the associated algorithms, readers are referred to Ref. [23].
The NSGAN framework integrates the multi-objective optimization methodology with generative ML models (in this case, GANs), offering a data-centric metaheuristic that holds significant potential for applications in materials science. By leveraging GANs to learn data distributions from existing alloys, the design process operates across two spaces: a design space and a latent space. The design space encompasses detailed specifications for each alloy, like elemental composition and processing conditions. These intricate, high-dimensional data points from the design space are mapped through GANs into a simplified, lower-dimensional latent space. This mechanism enables the multi-objective optimization and exploration of generated candidate solutions within the latent space, adeptly circumventing the challenges posed by the so-called curse of dimensionality and thereby markedly enhancing the search efficiency of the optimization algorithm [23]. Furthermore, the incorporation of multi-objective optimization genetic algorithms empowers the GAN model to generate novel samples with specified properties tailored to target demands.
For this study, the NSGAN framework was applied in the generative design of novel MPEAs. Furthermore, in comparison with the original NSGAN work, which was demonstrated upon Al alloys, the MPEA dataset incorporates a greater number of features and optimization objectives. Given the inherent complexity of MPEAs (i.e., widely varying composition space and embodied phases and microstructures that can develop), designing novel alloys with desired properties becomes even more intricate.
To facilitate the application of this model, an online web application was developed for the generative design of MPEAs using the trained NSGAN model. This user-friendly platform provides an interactive interface, allowing users to specify various optimization objectives and, in turn, obtain a range of alloy solutions tailored to their preferences.

Dataset

In this study, an experimental dataset capturing the specifics of 1704 MPEAs was utilized, which includes the elemental composition of alloys, processing conditions, reported phases, and mechanical characteristics—compiled by the authors [24]. In addition to the alloy features, the training set also incorporates 15 empirical parameters that have been observed to exhibit correlations with the properties of MPEA. Examples of these include mixing entropy, mixing enthalpy, and valence electron concentration. In the training set, alloy samples are characterized by their “design features,” encoded as high-dimensional vectors. The encoding method varies based on the feature’s nature. For instance, the elemental composition is represented by a 32-dimensional vector \({\mathbf{c}} = \left[ {{\text{c}}_{1} , c_{2} , \ldots , c_{31} , c_{32} } \right]^{T}\), where \(c_{i}\) denotes the molar ratio of the ith element, subject to the constraint \(\Sigma_{i = 1}^{n} c_{i} = 1\). In contrast, for processing conditions, this information is encoded as categorical features into seven distinct categories, thereby employing a one-hot encoding approach. A thorough discussion on these alloy features and their correlation with alloy properties was previously provided [22].

Mechanical Property Prediction

In the generative design of alloys with desired properties, a pivotal aspect is the ability to predict the mechanical properties of the generated samples. In this study, we set out to evaluate the predictive performance of the following five ML models for the mechanical properties in the MPEA dataset, namely:
1.
Random forest (RF)
 
2.
Gradient boosted trees (GBT)
 
3.
K-nearest neighbor (KNN)
 
4.
Support vector regression (SVR)
 
5.
Multilayer perceptron (MLP)
 
The training process for these ML models incorporated alloy descriptors, encompassing the elemental composition, reported phase, processing methods, and the empirical parameters. In total, 58 variables were considered to predict the mechanical properties. In a previous study [22], a comparative analysis of ML models revealed that the RF model revealed the best performance with an MPEA dataset—and this finding was revalidated in the present study. The R2 score (coefficient of determination) [25] was used to evaluate the performance of each model, concurrently employing tenfold cross-validation. And z-score normalization (standardization) was performed on all numerical features prior to training to enhance the efficiency and accuracy of the learning algorithms.
As illustrated in Table 1, both tree-based ensemble models, RF and GBT, showcased reasonable performance. Notably, the RF model outperformed other models across all four properties, justifying its selection as the machine learning model of choice for predicting the mechanical properties of the alloys in subsequent experiments.
Table 1
Average R2 score for the prediction performance of mechanical properties using machine learning models
Property
RF
GBT
MLP
SVR
KNN
Hardness
0.824
0.817
0.792
0.781
0.735
Yield strength
0.657
0.643
0.582
0.583
0.565
Tensile strength
0.681
0.678
0.608
0.564
0.579
Elongation
0.503
0.435
0.297
0.328
0.305

Generative Model

In this study, a WGAN-GP model was used to learn the data distribution of 1704 MPEAs, encompassing both the elemental composition of the alloys and their processing conditions. As an extension of the WGAN (Wasserstein GAN), WGAN-GP applies a gradient penalty mechanism to ensure stable training, circumventing the pitfalls of weight clipping in WGANs, and consequently offering better convergence and model flexibility [26].
The architecture of WGAN-GP, illustrated in Fig. 1, encompassing a generative neural network and a discriminative network (the critic) designed to approximate the Wasserstein distance between two data distributions. The generator receives a multivariate Gaussian distributed random noise variable z and is trained to map it to the data distribution of existing alloy samples. The critic is trained to estimate the Wasserstein distance between these two distributions. Distinct from the original WGAN, the loss function for the critic in WGAN-GP incorporates a gradient penalty value, which is calculated as follows:
$$ L = E_{{\tilde{x}\sim P_{g} }} \left[ {D\left( {\tilde{x}} \right)} \right] - E_{{x\sim P_{r} }} \left[ {D\left( x \right)} \right] + \lambda E_{{\hat{x}\sim P_{{\hat{x}}} }} \left[ {\left( {\left\| {\nabla_{{\hat{x}}} D\left( {\hat{x}} \right)} \right\|_{2} - 1} \right)^{2} } \right] $$
(1)
where \(D\left( x \right) \) denotes the output of the critic with input \(x\). The combined term \(E_{{\tilde{x}\sim P_{g} }} \left[ {D\left( {\tilde{x}} \right)} \right] - E_{{x\sim P_{r} }} \left[ {D\left( x \right)} \right]\) constitutes the original critic loss of WGAN, where \(P_{r}\) is the data distribution of the training samples and \(P_{g}\) is the model distribution. Additionally, the gradient penalty term \(\lambda E_{{\hat{x}\sim P_{{\hat{x}}} }} \left[ {\left( {\left\| {\nabla_{{\hat{x}}} D\left( {\hat{x}} \right)} \right\|_{2} - 1} \right)^{2} } \right]\) helps enforce the Lipschitz constraint on the critic. Here, \(P_{{\hat{x}}}\) represents a distribution defined by randomly interpolating between \(P_{r}\) and \(P_{g}\). In our experiments, we observed that the model performs optimally when the penalty coefficient λ is set to 0.01. An in-depth introduction and comparison of WGAN-GP with other popular generative machine learning models is available in Ref. [26].
The authors/developers of the WGAN-GP noted in their work that the classic WGAN tends to generate overly simplistic data distributions when attempting to fit complex data distributions—which aligns with the observations from the implementation with our MPEA dataset. Figure 2 compares the t-SNE (t-distributed stochastic neighbor embedding) dimensionality-reduced data distribution plots of the data generated by both WGAN and WGAN-GP under identical training conditions, where t-SNE is a commonly used technique visualizing high-dimensional data distributions [27]. It is evident that (from Fig. 2), constrained by weight clipping in its critic network, the generator network trained by this method struggles to accurately capture the original data distribution. Noticeable “chunks” of the WGAN-generated data populates the regions between clusters of training data, and there is an evident underrepresentation of certain training samples in the generated dataset. In contrast, the data generated by WGAN-GP aligns exceptionally well with the original training data distribution. Therefore, it can be concluded that WGAN-GP demonstrates a significant improvement over WGAN in such generative design applications.

NSGAN Generative Framework

The NSGAN generative design framework was employed for generating and optimizing MPEAs with desired characteristics, which is a novel integration of the multi-objective optimization capabilities of the NSGA-II (non-dominant sorting genetic to learn the data distribution of existing alloy samples and is capable of generating novel algorithm) [28] with the generative design competence of WGAN-GP. While the GAN model has been trained designs, most of the generated alloy designs inevitably bear a strong resemblance to the data distribution of existing alloys, as evidenced by the dimensionality-reduced data distribution plots in Fig. 2. Consequently, using the GAN model for designing new alloys requires us to first generate an enormous amount of alloy data using the trained generator network, and then filter out those samples that may possess the desired properties. This process is usually computationally costly and uncontrollable, particularly when dealing with the multi-objective optimization design problem often encountered in novel material design. To address this issue, the NSGAN framework integrates multi-objective optimization algorithms with generative models (such as GANs) to achieve a controllable generative design process with multiple conflicting design objectives.
As depicted in Fig. 3, the NSGAN framework functions by perpetuating a population of candidate solutions across iterative generations. Within this framework, the generative design of alloys is carried out both in a latent space and a design space, where the GAN serves as a mapping (or decoder) from the latent space to the design space. The latent space contains the genotype of each alloy candidate, which are also the latent variables of the GAN model. For the initial generation, these genotypes are randomly generated using a multivariate Gaussian distribution, ensuring the initial population aligns with the distribution of the original training data. These latent variables are then decoded into design specifications of candidate solutions, detailing both the elemental composition and processing conditions. Then, the properties of these candidate solutions are predicted utilizing the pre-trained property prediction models (here RF is applied). Based on the prediction results and design objectives, these candidates undergo non-dominant sorting and are classified into different Pareto fronts. The first front includes all non-dominant solutions within the entire population, while the second front consists of the remaining non-dominant solutions after excluding those in the first front, and so on. In multi-objective optimization problems (MOPs), one solution is considered to dominate another if it outperforms in at least one objective without compromising on the remaining objectives [29]. According to the non-dominant rank and crowding distance of the candidate solutions, a subset is chosen for genetic operations on their genotype (latent variables), which involves mutation and crossover, generating the population for the next generation. Herein, elitism is employed to retain the global non-dominant solutions from the previous generation. This iterative process methodically advances the population toward the Pareto optimal set, maintaining a variety of solutions throughout. The algorithm persists until it fulfills certain termination conditions, which might include reaching a predetermined objective or exhausting the maximum number of iterations.
Table 2 delineates the results within the latent and design spaces for several samples generated from an optimization conducted via the NSGAN framework. The genotypes within the latent domain are codified as 10-dimensional vectors. These representations are subsequently translated by the generative network of the GAN model into 39-dimensional vectors (phenotypes), which encompass the molar ratios of 32 elements and 7 processing conditions. To facilitate clarity in this presentation, the presentation here selectively displays parsed elemental compositions and processing conditions, rather than showcasing full vectors that include elements with zero molar ratios.
Table 2
NSGAN-generated samples mapped from latent space to design space with predicted phase and mechanical properties
Latent space (10 dimensions)
Design space (39 dimensions)
Predicted properties
Latent variables
Element composition
Processing condition
UTS (MPa)
Elongation (%)
Phase
[− 0.89, 2.04, − 2.66, − 0.96, − 0.57, − 1.34, − 2.52, 2.96, 1.17, 1.27]
Al0.13Co0.12Cr0.13Fe0.12Ni0.41Ti0.09
As-cast
2063.24
36.87
FCC + BCC
[− 0.32, 0.31, 0.82, − 1.82, − 0.69, 0.49, − 0.75, 0.05, 0.29, 1.04]
Mo0.2Nb0.18Ti0.21V0.21Zr0.20
Arc-melted followed by annealing
3143.11
17.52
BCC
[− 2.02, 2.25, 2.92, 2.34, − 2.60, − 1.87, 2.80, 0.03, 1.71, 0.59]
Nb0.2Ti0.2V0.38Zr0.22
Novel synthesis techniques
1933.51
43.98
BCC
Figure 4 presents the t-SNE dimension-reduced representations of 200 alloy samples (depicted as yellow points) from the population within a generative design process, illustrating the evolution of data distribution across iterative optimization cycles. At generation 0, the initial population closely resembles the data distribution of the GAN model (which represents the distribution of existing alloy samples), as shown in the background density map. As the generations progress, the population increasingly clusters within specific regions. By generation 20, there is a notable aggregation of the population within specific, sparser regions of the map—regions that potentially possess desirable properties and are less likely to be sampled through random sampling.
In summary, this generative framework shifts the initial approach of random sampling with GAN models to a more focused and efficient sampling. By setting different combinations of design objectives, this model allows for the generation of a variety of optimal design candidates tailored to specific requirements, as illustrated in the subsequent chapters.

Model Implementation

The NSGA-II algorithm was employed utilizing the pymoo library, which is versatile and comprehensive multi-objective optimization Python framework encompassing a collection of state-of-the-art algorithms [30]. The modular design capabilities of this approach facilitate straightforward customization and expansion, making it an appropriate option for the current application. For property prediction and the implementation of the WGAN-GP model, we utilized PyTorch, a powerful and widely used open-source machine learning library that enables both flexibility and efficiency in building complex models [31].
The associated repository for deploying the NSGAN model for MPEA design is available open-source at: https://​github.​com/​anucecszl/​generative_​design_​MPEA.

Model Comparison

To assess the effectiveness and efficiency of the NSGAN model on the MPEA database, a comparative analysis was conducted between the NSGAN model and data-driven generative machine learning models, specifically utilizing the same WGAN-GP model. Both methods were employed to identify samples exhibiting superior tensile strength and elongation according to a pre-defined criterion: ultimate tensile strength (UTS) > 1500 MPa and elongation > 35%.
Generative adversarial networks (GANs) are recognized for their efficiency in producing synthetic samples by learning from existing datasets. Once trained, GAN models can rapidly generate a vast number of synthetic data points. However, samples generated by GANs often display a high degree of randomness and typically lack precise controllability.
Consequently, employing GAN models to explore innovative alloy designs frequently requires filtering through a large volume of randomly generated samples to find and assess those that show potential for superior performance and innovation. This presents a substantial challenge in leveraging GANs for efficient and targeted material design. In this study, ten WGAN-GP models, each with different initial parameters, were trained and utilized to evaluate the comparative effectiveness of direct GAN-generated alloy samples versus those produced through the NSGAN framework.
Using the direct GAN method, each of the ten WGAN-GP models was tasked with generating 40,000 alloy samples, resulting in an aggregate of 400,000 samples generated by all the models combined. On the other hand, the NSGAN strategy involved executing the NSGAN framework once for each WGAN-GP model, setting a population size of 200 for 500 generations, leading to a collective output of 2,000 alloy samples from all models.
The experimental results are displayed in Table 3, which reveals that due to the inherent randomness and lack of controllability in GAN-generated samples, only 0.035% of the large volume of samples produced by the WGAN-GP model met the pre-defined criteria.
Table 3
Comparative performance of WGAN-GP and NSGAN models
Model
Samples generated
Samples meeting criterion
Percentage meeting criterion (%)
Computation time (s)
WGAN-GP
400,000
139
0.035
363
NSGAN
2000
174
8.7
171
In contrast, the NSGAN model, despite generating a significantly smaller total number of samples compared to the GAN model, succeeded in producing a greater number of samples that satisfied the pre-defined criteria.
Regarding computation time and efficiency, since both approaches necessitate pre-training of both the GAN models and the property prediction models, the comparison is focused solely on the time taken to generate and screen for the desired samples using the trained models. As indicated in the table, the total time consumed for generative design using the direct ten WGAN-GP models amounted to 363 s. Conversely, employing the NSGAN method required a total of 171 s, significantly less than the GAN approach. These experiments were performed on a computer with the specifications: CPU i9-13900 K 3.00 GHz and 32 GB of RAM.
In conclusion, the NSGAN model demonstrates a notable improvement in the efficiency of identifying and optimizing desired samples, highlighted by its reduced computation times and the ability to achieve a higher proportion of samples meeting specific mechanical properties with fewer generated samples. This underscores the model’s effectiveness in conducting a more targeted and efficient search for novel materials, illustrating its potential in streamlining material innovation processes.

Online Application

In order to expand the utility and outreach of the proposed NSGAN framework, an online application has been developed. This software tool, utilizing cloud-based computing, enables users from various backgrounds to employ the proposed generative framework without the constraints of local software installations.
The development and deployment of this application were facilitated using Streamlit—an open-source Python library specifically designed for crafting intuitive and interactive web applications, and may be accessed at https://​generativedesign​mpea.​streamlit.​app/​. Integrated within this application are nine pre-trained machine learning models: a robustly trained WGAN-GP model, complemented by eight RF models, each dedicated to predicting specific phase and mechanical property of MPEAs.
The user interface of the application is designed to be intuitive and concise. It offers several parameters for customization, such as the population size and number of generations. Additionally, the platform presents selectable optimization objectives, allowing users to adjust and combine these targets to generate specific desired outcomes. The user interface is illustrated in Fig. 5, which also presents an example of an output (scatter plot) depicting the relationship between tensile strength and elongation of generated samples. This visualization is based on a population size of 50, spanning 200 generations, with optimization objectives factoring in tensile strength and elongation. All computationally generated samples can be batch downloaded directly from the user interface in Excel format, with screenshot of the generation provided in in Fig. 6. An entire generation process takes less than ~ 15 s to run. It should be noted that the final population not only hosts a considerable number of optimized non-dominant solutions, owing to the genetic operations performed in each generation, but it also includes dominated solutions present in the final generation. Consequently, it is important to acknowledge that not every solution within the final population can be considered optimal.
By combining different design objectives, the model may be customized to generate results fulfilling various design requirements. Taking phase structure as an example, with the training condition shown in Fig. 5, out of the 50 generated alloy samples, 12 were predicted to have an FCC structure, while the rest were predicted as either single-phase BCC or BCC with intermetallic compounds. Conversely, by setting the FCC phase as an additional optimization objective and keeping other parameters constant, the number of samples predicted to exhibit an FCC structure increased to 30. Moreover, beyond the eight properties mentioned, we integrated additional optimization objectives like density and aluminum content to demonstrate how this model can be tailored for custom generation. Using density as an example, under identical training conditions, when optimizing for tensile strength and elongation, the introduction of density as an additional optimization criterion led to a noticeable decrease in the average density of the final population, from 7.98 to 5.07 g/cm3.
While the study herein primarily focuses on results pertaining to strength–ductility, it is important to note that the model is versatile enough to accommodate any combination of design objectives, capable of effectively managing multiple objectives simultaneously. Through the strategic integration of various optimization objectives or the addition of new ones, users can deftly harness the proposed NSGAN framework to computationally tailor-design desired alloys and materials for a wide range of applications. Additionally, by training the model with diverse databases, this generative design method can be expanded to aid in the design of various materials across multiple domains.

Summary

In this study, the potential of the NSGAN (non-dominant sorting optimization-based generative adversarial network) framework was explored—as an innovative model to address the significant challenge of multi-principal element alloy (MPEA) design. The NSGAN is a blend of NSGA-II’s multi-objective optimization and the generative abilities of the WGAN-GP model. By utilizing the strengths of GANs to decipher the data distributions of the existing MPEA databases, NSGAN allows operations across two core dimensions: explicit design space and latent space. It was noted that the available (experimental) data for MPEAs is presently limited, and therefore the model performance as presented will continue to benefit from more experimental data from emerging literature or empirical testing as a result of predictions from the NSGAN framework presented. The approach will also benefit from the addition of properties that are relevant to some specific target applications (such as corrosion rate, fatigue performance, or high-temperature properties).
To allow open access to the NSGAN framework, the associated code is available, and we have also demonstrated the tangible applicability of NSGAN by developing an intuitive online application. This platform, powered by cloud computing, makes the NSGAN framework accessible to a global audience and provides an interactive environment where users (including non-computational specialists, alloy practitioners or students) can define optimization objectives; thereby generating a spectrum of alloy designs tailored to their unique requirements. The application of the NSGAN framework for the design and discovery of MPEAs showcases a convergence of material science and computational methodologies, aligning with the evolving ethos of the material genome initiative. The approach herein is tilted toward data science approaches as opposed to first principal approaches, however, it is the first (that the authors know of) alloy design tool that works as an “optimizer” for MPEAs—making it significant for the field. The framework offers a coherent theoretical base and a pragmatic approach to alloy design; opening avenues for further exploration and innovation in MPEAs.

Declarations

Conflict of interest

The authors declare no competing interests.
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, 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 changes were made. 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/​4.​0/​.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Literatur
1.
Zurück zum Zitat Yeh JW et al (2004) Nanostructured high-entropy alloys with multiple principal elements: novel alloy design concepts and outcomes. Adv Eng Mater 6(5):299–303CrossRef Yeh JW et al (2004) Nanostructured high-entropy alloys with multiple principal elements: novel alloy design concepts and outcomes. Adv Eng Mater 6(5):299–303CrossRef
2.
Zurück zum Zitat Tsai MH, Yeh JW (2014) High-entropy alloys: a critical review. Mater Res Lett 2(3):107–123CrossRef Tsai MH, Yeh JW (2014) High-entropy alloys: a critical review. Mater Res Lett 2(3):107–123CrossRef
3.
Zurück zum Zitat Ye Y et al (2016) High-entropy alloy: challenges and prospects. Mater Today 19(6):349–362CrossRef Ye Y et al (2016) High-entropy alloy: challenges and prospects. Mater Today 19(6):349–362CrossRef
4.
Zurück zum Zitat Cantor B et al (2004) Microstructural development in equiatomic multicomponent alloys. Mater Sci Eng A 375:213–218CrossRef Cantor B et al (2004) Microstructural development in equiatomic multicomponent alloys. Mater Sci Eng A 375:213–218CrossRef
5.
Zurück zum Zitat Miracle DB, Senkov ON (2017) A critical review of high entropy alloys and related concepts. Acta Mater 122:448–511CrossRef Miracle DB, Senkov ON (2017) A critical review of high entropy alloys and related concepts. Acta Mater 122:448–511CrossRef
6.
Zurück zum Zitat Diao H et al (2017) Fundamental deformation behavior in high-entropy alloys: an overview. Curr Opin Solid State Mater Sci 21(5):252–266CrossRef Diao H et al (2017) Fundamental deformation behavior in high-entropy alloys: an overview. Curr Opin Solid State Mater Sci 21(5):252–266CrossRef
7.
Zurück zum Zitat Tsai M-H (2013) Physical properties of high entropy alloys. Entropy 15(12):5338–5345CrossRef Tsai M-H (2013) Physical properties of high entropy alloys. Entropy 15(12):5338–5345CrossRef
8.
Zurück zum Zitat de Pablo JJ et al (2019) New frontiers for the materials genome initiative. npj Comput Mater 5(1):41CrossRef de Pablo JJ et al (2019) New frontiers for the materials genome initiative. npj Comput Mater 5(1):41CrossRef
10.
Zurück zum Zitat Greeley J et al (2006) Computational high-throughput screening of electrocatalytic materials for hydrogen evolution. Nat Mater 5(11):909–913CrossRefPubMed Greeley J et al (2006) Computational high-throughput screening of electrocatalytic materials for hydrogen evolution. Nat Mater 5(11):909–913CrossRefPubMed
11.
Zurück zum Zitat Conway PL et al (2022) High entropy alloys towards industrial applications: high-throughput screening and experimental investigation. Mater Sci Eng A 830:142297CrossRef Conway PL et al (2022) High entropy alloys towards industrial applications: high-throughput screening and experimental investigation. Mater Sci Eng A 830:142297CrossRef
12.
Zurück zum Zitat Saal JE et al (2013) Materials design and discovery with high-throughput density functional theory: the open quantum materials database (OQMD). JOM 65:1501–1509CrossRef Saal JE et al (2013) Materials design and discovery with high-throughput density functional theory: the open quantum materials database (OQMD). JOM 65:1501–1509CrossRef
13.
Zurück zum Zitat Shen C et al (2019) Physical metallurgy-guided machine learning and artificial intelligent design of ultrahigh-strength stainless steel. Acta Mater 179:201–214CrossRef Shen C et al (2019) Physical metallurgy-guided machine learning and artificial intelligent design of ultrahigh-strength stainless steel. Acta Mater 179:201–214CrossRef
14.
Zurück zum Zitat Lee SY et al (2021) Deep learning-based phase prediction of high-entropy alloys: optimization, generation, and explanation. Mater Des 197:109260CrossRef Lee SY et al (2021) Deep learning-based phase prediction of high-entropy alloys: optimization, generation, and explanation. Mater Des 197:109260CrossRef
15.
Zurück zum Zitat Lee K et al (2023) Genetic design of new aluminum alloys to overcome strength-ductility trade-off dilemma. J Alloy Compd 947:169546CrossRef Lee K et al (2023) Genetic design of new aluminum alloys to overcome strength-ductility trade-off dilemma. J Alloy Compd 947:169546CrossRef
16.
Zurück zum Zitat Li Z et al (2022) cardiGAN: a generative adversarial network model for design and discovery of multi principal element alloys. J Mater Sci Technol 125:81–96CrossRef Li Z et al (2022) cardiGAN: a generative adversarial network model for design and discovery of multi principal element alloys. J Mater Sci Technol 125:81–96CrossRef
17.
Zurück zum Zitat Islam N, Huang W, Zhuang HL (2018) Machine learning for phase selection in multi-principal element alloys. Comput Mater Sci 150:230–235CrossRef Islam N, Huang W, Zhuang HL (2018) Machine learning for phase selection in multi-principal element alloys. Comput Mater Sci 150:230–235CrossRef
18.
Zurück zum Zitat Fiedler L et al (2022) Deep dive into machine learning density functional theory for materials science and chemistry. Phys Rev Mater 6(4):040301CrossRef Fiedler L et al (2022) Deep dive into machine learning density functional theory for materials science and chemistry. Phys Rev Mater 6(4):040301CrossRef
19.
Zurück zum Zitat Pederson R, Kalita B, Burke K (2022) Machine learning and density functional theory. Nat Rev Phys 4(6):357–358CrossRef Pederson R, Kalita B, Burke K (2022) Machine learning and density functional theory. Nat Rev Phys 4(6):357–358CrossRef
20.
Zurück zum Zitat Wen C et al (2019) Machine learning assisted design of high entropy alloys with desired property. Acta Mater 170:109–117CrossRef Wen C et al (2019) Machine learning assisted design of high entropy alloys with desired property. Acta Mater 170:109–117CrossRef
21.
Zurück zum Zitat Bundela AS, Rahul M (2022) Machine learning-enabled framework for the prediction of mechanical properties in new high entropy alloys. J Alloy Compd 908:164578CrossRef Bundela AS, Rahul M (2022) Machine learning-enabled framework for the prediction of mechanical properties in new high entropy alloys. J Alloy Compd 908:164578CrossRef
22.
Zurück zum Zitat Li Z, Li S, Birbilis N (2023) A machine learning-driven framework for the property prediction and generative design of multiple principal element alloys. Mater Today Commun 38:107940CrossRef Li Z, Li S, Birbilis N (2023) A machine learning-driven framework for the property prediction and generative design of multiple principal element alloys. Mater Today Commun 38:107940CrossRef
23.
Zurück zum Zitat Li Z, Birbilis N (2024) NSGAN: a non-dominant sorting optimisation-based generative adversarial design framework for alloy discovery. arXiv preprint arXiv:2403.12495 Li Z, Birbilis N (2024) NSGAN: a non-dominant sorting optimisation-based generative adversarial design framework for alloy discovery. arXiv preprint arXiv:​2403.​12495
24.
Zurück zum Zitat Li Z et al (2023) A database of mechanical properties for multi principal element alloys. Chem Data Collect 47:101068CrossRef Li Z et al (2023) A database of mechanical properties for multi principal element alloys. Chem Data Collect 47:101068CrossRef
25.
Zurück zum Zitat Nagelkerke NJ (1991) A note on a general definition of the coefficient of determination. Biometrika 78(3):691–692CrossRef Nagelkerke NJ (1991) A note on a general definition of the coefficient of determination. Biometrika 78(3):691–692CrossRef
27.
Zurück zum Zitat Van der Maaten L, Hinton G (2008) Visualizing data using t-SNE. J Mach Learn Res 9(11):2579–2605 Van der Maaten L, Hinton G (2008) Visualizing data using t-SNE. J Mach Learn Res 9(11):2579–2605
28.
Zurück zum Zitat Deb K et al (2002) A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans Evol Comput 6(2):182–197CrossRef Deb K et al (2002) A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans Evol Comput 6(2):182–197CrossRef
29.
Zurück zum Zitat Ngatchou P, Zarei A, El-Sharkawi A (2005) Pareto multi objective optimization. In: Proceedings of the 13th international conference on, intelligent systems application to power systems, IEEE Ngatchou P, Zarei A, El-Sharkawi A (2005) Pareto multi objective optimization. In: Proceedings of the 13th international conference on, intelligent systems application to power systems, IEEE
30.
Zurück zum Zitat Blank J, Deb K (2020) Pymoo: multi-objective optimization in python. IEEE Access 8:89497–89509CrossRef Blank J, Deb K (2020) Pymoo: multi-objective optimization in python. IEEE Access 8:89497–89509CrossRef
31.
Zurück zum Zitat Ketkar N et al (2021) Introduction to pytorch. Deep learning with python: learn best practices of deep learning models with PyTorch. Apress, Berkeley, pp 27–91CrossRef Ketkar N et al (2021) Introduction to pytorch. Deep learning with python: learn best practices of deep learning models with PyTorch. Apress, Berkeley, pp 27–91CrossRef
Metadaten
Titel
Multi-objective Optimization-Oriented Generative Adversarial Design for Multi-principal Element Alloys
verfasst von
Z. Li
N. Birbilis
Publikationsdatum
30.04.2024
Verlag
Springer International Publishing
Erschienen in
Integrating Materials and Manufacturing Innovation
Print ISSN: 2193-9764
Elektronische ISSN: 2193-9772
DOI
https://doi.org/10.1007/s40192-024-00354-6

    Marktübersichten

    Die im Laufe eines Jahres in der „adhäsion“ veröffentlichten Marktübersichten helfen Anwendern verschiedenster Branchen, sich einen gezielten Überblick über Lieferantenangebote zu verschaffen.