-
Notifications
You must be signed in to change notification settings - Fork 18
/
outputfn_00.m
13 lines (11 loc) · 911 Bytes
/
outputfn_00.m
1
2
3
4
5
6
7
8
9
10
11
12
%==========================================================================
% A modular code for teaching Surrogate Modeling-Based Optimization
% Author: Yong Hoon Lee ([email protected])
%==========================================================================
% OutputFN_00 Script
%==========================================================================
fprintf('==============================================================================================\n');
fprintf(' SURROGATE MODEL-BASED OPTIMIZATION \n');
fprintf('----------------------------------------------------------------------------------------------\n');
fprintf('iter xopt_1 xopt_2 fopt func eval # distance error\n');
fprintf('---- ------------ ------------ ------------ ------------ ------------ ------------\n');