⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psobjective.m

📁 遗传算法工具包
💻 M
字号:
%% Coding and minimizing an objective function using Pattern Search
% This is a demonstration of how to create and minimize an objective
% function using Pattern Search in the Genetic Algorithm and Direct Search
% Toolbox.

%   Copyright 2004 The MathWorks, Inc. 
%   $Revision: 1.1.4.2 $  $Date: 2004/04/04 03:24:40 $

%% A simple objective function
% Here we want to minimize a simple function of two variables
%
%     min f(x) = (4 - 2.1*x1^2 + x1^4/3)*x1^2 + x1*x2 + (-4 + 4*x2^2)*x2^2;
%      x
% The above function is known as 'cam' as described in L.C.W. Dixon and
% G.P. Szeg

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -