🌙

双保真替代建模的代码与数据仓库:展示对新测试实例的需求

Code and Data Repository for Bi-fidelity Surrogate Modelling: Showcasing the Need for New Test Instances

INFORMS journal on computing · 2022
被引 0
人大 BUTD24ABS 3

中文导读

该代码实现了克里金和协同克里金替代模型,用于双保真函数建模,并引入了一种通过扰动高保真函数创建低保真函数的新实例生成方法,使用COCO测试套件评估模型性能。

Abstract

The code implements Kriging and Co-Kriging as surrogate models. That is, the implementation generates a sample of a bi-fidelity function (a high fidelity sample and a low fidelity sample of specified size), and trains the chosen surrogate model, without the added functionality of choosing further samples. Both of these models are described in the appendix given in the appendix folder. Multiple literature test instances are implemented here, as well as a novel instance creation procedure which adds a disturbance to a high-fidelity function to create a low-fidelity function. In this implementation functions from the COCO test suite16 are used as the high fidelity functions. The performance of both Kriging and Co-Kriging is assessed by calculating the Relative Root Mean Squared Error (RRMSE) between the trained model and the high fidelity source.

计算机科学机器学习替代建模克里金法协同克里金法