代码搜索:Optimization

找到约 10,000 项符合「Optimization」的源代码

代码结果 10,000
www.eeworm.com/read/471769/6881580

c delay.c

/* * Delay functions * See delay.h for details * * Make sure this code is compiled with full optimization!!! */ #include "delay.h" void DelayMs(unsigned char cnt) { unsigned char i
www.eeworm.com/read/415997/11045087

m pso1.m

%------基本粒子群优化算法(Particle Swarm Optimization)----------- %------名称:基本粒子群优化算法(PSO) %------作用:求解优化问题 %------说明:全局性,并行性,高效的群体智能算法 %------作者:孙明杰(dreamsun2001@126.com) %------单位:中国矿业大学理学院计算数学硕2005 %-
www.eeworm.com/read/415088/11084305

m prconfg.m

function prconfg(vars,psz,ngen,pm,px,xtype,elite,ffunc,gray) % prconfg -- prints current GA configuration % fprintf('XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \n'); fprintf(' Current GA Configura
www.eeworm.com/read/146779/12613382

m prconfg.m

function prconfg(vars,psz,ngen,pm,px,xtype,elite,ffunc,gray) % prconfg -- prints current GA configuration % fprintf('XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \n'); fprintf(' Current GA Configura
www.eeworm.com/read/247527/12652831

m eggholder.m

function f = eggholder(z) %Test function for unconstrained optimization. %Egg Holder % source : http://www.ft.utb.cz/people/zelinka/soma/func.html % Copyright 2004 The MathWorks, Inc. % $R
www.eeworm.com/read/247527/12652836

html hybriddemo.html

www.eeworm.com/read/134896/13971282

m camcalt8.m

% optimization target function used by camcalt % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab function e = eightb(z, params, xw, yw, zw, X, Y) % % unpack the unknowns % f =
www.eeworm.com/read/203482/15357946

m camcalt8.m

% optimization target function used by camcalt % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab function e = eightb(z, params, xw, yw, zw, X, Y) % % unpack the unknowns % f =
www.eeworm.com/read/202824/15372031

m camcalt8.m

% optimization target function used by camcalt % Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab function e = eightb(z, params, xw, yw, zw, X, Y) % % unpack the unknowns % f =
www.eeworm.com/read/201660/15399117

txt readme.txt

Face Recognition Library ======================== Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more AI tools added for