代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/321971/13391672
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation:
www.eeworm.com/read/318947/13466020
m bay_initlssvm.m
function [model, ss] = bay_initlssvm(model)
% Initialize the hyperparameters [$ \gamma$] and [$ \sigma^2$] before optimization with bay_optimize
%
% >> [gam, sig2] = bay_initlssvm({X,Y,type,[],[]})
www.eeworm.com/read/316944/13514058
m bay_initlssvm.m
function [model, ss] = bay_initlssvm(model)
% Initialize the hyperparameters [$ \gamma$] and [$ \sigma^2$] before optimization with bay_optimize
%
% >> [gam, sig2] = bay_initlssvm({X,Y,type,[],[]})
www.eeworm.com/read/316143/13529586
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation:
www.eeworm.com/read/315328/13545845
m pearson.m
% Program: pearson.m
% Title: Quasi_Newton Pearson algorithm
% Description: Implements the quasi-Newton algorithm
% with the Pearson updating formula.
% Theory: See Practical Optimization Secs. 7
www.eeworm.com/read/315328/13545847
m hoshino.m
% Program: hoshino.m
% Title: Quasi_Newton Hoshino algorithm
% Description: Implements the quasi-Newton algorithm
% with the Hoshino updating formula.
% Theory: See Practical Optimization Secs. 7
www.eeworm.com/read/315328/13545850
m inex_lsearch.m
% Program: inex_lsearch.m
% Title: Inexact Line Search
% Description: Implements Fletcher's inexact line search described in
% Algorithm 4.6.
% Theory: See Practical Optimization Sec. 4.8
%
www.eeworm.com/read/315324/13545922
m inex_lsearch.m
% Program: inex_lsearch.m
% Title: Inexact Line Search
% Description: Implements Fletcher's inexact line search described in
% Algorithm 4.6.
% Theory: See Practical Optimization Sec. 4.8
%
www.eeworm.com/read/315321/13545957
m inex_lsearch.m
% Program: inex_lsearch.m
% Title: Inexact Line Search
% Description: Implements Fletcher's inexact line search described in
% Algorithm 4.6.
% Theory: See Practical Optimization Sec. 4.8
%
www.eeworm.com/read/311695/13627010
m f6_spiral_dyn.m
% f6_spiral_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum about a Fermat Spiral
% according to the equation: