菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-08
📄 Abstract - Bayesian Optimization of Genetic Algorithm Hyperparameters in a Multi-Fidelity Framework for Efficient Lattice Material Design

This study presents a multi-fidelity framework for the systematic optimization of genetic algorithm (GA) hyperparameters. The framework integrates three fidelity levels: high-fidelity Fast Fourier Transform (FFT) homogenization for validation, a medium-fidelity 3D convolutional neural network surrogate for rapid property evaluation, and a low-fidelity Gaussian process (GP) surrogate within a Bayesian optimization (BO) framework to guide the hyperparameter search. Various acquisition functions are evaluated, with logNEI achieving the best performance by effectively accounting for the noise inherent in GA evaluations. The proposed framework identifies hyperparameter configurations that enable a 25-generation GA run to achieve elastic modulus values comparable to those obtained in a full 75-generation optimization. Furthermore, introducing a penalized BO objective significantly reduces the number of required lattices with only minor decreases in absolute achieved elastic modulus, revealing a practical trade-off between performance and the number of structures that must be evaluated. High-fidelity FFT validation verifies the effectiveness of the surrogate-driven optimization strategy. The optimized hyperparameters allow for rapid convergence, eliminate the need for lattice mutation, and reduce the overall computational cost by 24% (from 225 to 171 hours) while preserving mechanical performance. These results demonstrate the potential of multi-fidelity optimization as an efficient and practical approach for GA hyperparameter tuning and future experimental lattice design studies.

顶级标签: machine learning systems model training
详细标签: bayesian optimization genetic algorithm multi-fidelity hyperparameter tuning lattice material design 或 搜索:

多保真度框架下遗传算法超参数的贝叶斯优化:高效晶格材料设计 / Bayesian Optimization of Genetic Algorithm Hyperparameters in a Multi-Fidelity Framework for Efficient Lattice Material Design


1️⃣ 一句话总结

本文提出了一种结合三种不同精度计算模型(高精度傅里叶变换、中精度3D神经网络和低精度高斯过程)的智能优化方法,通过贝叶斯自动调优遗传算法的参数,使得仅需25代进化就能达到原本75代的设计效果,同时将计算时间缩短24%。

源自 arXiv: 2607.07289