template_cost.txt
来自「一个模拟退火matlab程序」· 文本 代码 · 共 11 行
TXT
11 行
function Ew = PROBLEMNAME_cost(X,W)
% Ew = PROBLEMNAME_cost(X,W)
%
% X = behaviorally constant application data
%
% W = specific data about current state
%
% Ew = energy corresponding to W
%
Ew = rand ; % a typical application will use information from W and X to compute Ew.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?