代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

general simulated annealing algorithm .m

function [minimum,fval] = anneal(loss, parent, options) % ANNEAL Minimizes a function with the method of simulated annealing % (Kirkpatrick et al., 1983) % % ANNEAL takes three input parameters,

main_gp_algorithm.m

% G-P 算法求关联维(输入时间序列数据) % 使用平台 - Matlab6.5 / Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn clc clear close all %----------

main_gp_algorithm.m

% G-P 算法求关联维(输入时间序列数据) % 使用平台 - Matlab6.5 / Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn clc clear close all %----------

pascal_euler_algorithm.pp

program EulerAlgorithm; function Cycle(InitV, A: Variant): Variant; var P, Stack, U, V; begin result := null; Stack := [InitV, null]; while Stack null do begin V := Stack[0