📄 unc_n1_01.m
字号:
function f=unc_n1_01(x)
%reference:
%note that you can get the formulation of unc_n1_01 from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
% where the bounds are 0<=x<=9,
% The global minimum is at x*=0.8912,and f(x*)= -15.164;
%Copyright:
% programmers:oiltowater.
% It comply with the GPL2.0
% Copyright 2006 oiltowater
f=x+10*sin(5*x)+7*cos(4*x);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -