counting.m

来自「优化问题中的直接搜索法」· M 代码 · 共 11 行

M
11
字号
function res = counting% Function to count the number of function evaluations needed. % It also counts how many time the function was evaluated and% did not return a value (not used right now).%% Joerg Gablonsky, 10/29/00% Last Changed     03/14/01load ../result.outres = result;

⌨️ 快捷键说明

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