代码搜索:Gradient

找到约 2,951 项符合「Gradient」的源代码

代码结果 2,951
www.eeworm.com/read/138798/13212418

m rbfgrad.m

function [g, gdata, gprior] = rbfgrad(net, x, t) %RBFGRAD Evaluate gradient of error function for RBF network. % % Description % G = RBFGRAD(NET, X, T) takes a network data structure NET together
www.eeworm.com/read/324301/13274163

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/324300/13274356

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/137211/13340058

m gradrosen.m

function [f,g]=gradrosen(x) f=100*(x(2)-x(1)^2)^2+(1-x(1))^2;% compute the function value at x if nargout > 1 % fun called with 2 output arguments g(1)=-2*(1-x(1))-400*x(1)*(x(2)-x(1)^2); %
www.eeworm.com/read/316950/13513847

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/316047/13531322

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/315146/13550189

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/310539/13649542

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/310418/13651307

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/310277/13654164

m compdiff1.m

%Program : Linear Complex Diffusion %Author : Jeny Rajan %The following program will produce scale space image based on the concept of %linear complex diffusion. %Application area : Image Denoisi