代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/250314/12414755
m trainpso.m
%TRAINPSO Particle Swarm Optimization backpropagation.
%
% Syntax
%
% [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV)
% info = trainpso(code)
%
% Description
%
% TRAINPSO is a
www.eeworm.com/read/232588/14191609
m trainpso.m
%TRAINPSO Particle Swarm Optimization backpropagation.
%
% Syntax
%
% [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV)
% info = trainpso(code)
%
% Description
%
% TRAINPSO is a
www.eeworm.com/read/223154/14651940
m contents.m
% BIOSIG/T490 contains optimization criteria
%
% ROC receiver operator characteristics curve
% AUC area under the ROC curve
% KAPPA kappa coefficient including significance test
% QCMAHAL "quali
www.eeworm.com/read/122800/14667877
c svm_smo.c
/* Copyright (C) 1999 Greg Schohn - gcs@jprc.com */
/* ********************* svm_smo.c **********************
* John Platt's Sequential Minimal Optimization algorithm
* (http://www.research.micros
www.eeworm.com/read/220636/14794555
m trainpso.m
%TRAINPSO Particle Swarm Optimization backpropagation.
%
% Syntax
%
% [net,tr,Ac,El] = trainpso(net,Pd,Tl,Ai,Q,TS,VV,TV)
% info = trainpso(code)
%
% Description
%
% TRAINPSO is a
www.eeworm.com/read/220501/14798443
m genetic_al.m
function [chronom, Fval] = genetic_al(hide)
% This is an auto generated M file to do optimization with the Genetic Algorithm and
% Direct Search Toolbox. Use GAOPTIMSET for default GA options struct
www.eeworm.com/read/220289/14843787
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/220289/14843811
m graddesc.m
function [x, options, flog, pointlog] = graddesc(f, x, options, gradf, ...
varargin)
%GRADDESC Gradient descent optimization.
%
% Description
% [X, OPTIONS, FLOG, POINTLOG] = GRADDESC(F, X, OPTIONS
www.eeworm.com/read/212723/15150762
m gabit_roulette.m
% J. C. Spall, August 1999
% Written in support of text, Introduction to Stochastic Search and Optimization, 2003
% This program runs a GA. The roulette wheel method for parent
% selection is used
www.eeworm.com/read/212723/15150770
m gabit_tourney.m
% J. C. Spall, August 1999
% Written in support of text, Introduction to Stochastic Search and Optimization, 2003
% This program runs a GA with the tournament parent selection scheme
% used. Eliti