代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/424063/10501621
m contents.m
% Optimization Toolbox.
% Version 1.0d 1-Mar-94
%
% Nonlinear minimization of functions.
% attgoal - Multi-objective goal attainment.
% constr - Constrained minimization.
% fmin
www.eeworm.com/read/160722/10504392
c _delay.c
/*
* Delay functions
*
* Make sure this code is compiled with full optimization!!!
*/
#ifndef __DELAY_C
#define __DELAY_C
#include "always.h"
#include "delay.h"
void DelayIntUs(uni
www.eeworm.com/read/278064/10576998
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/422630/10624337
txt readme.txt
README FOR THE BNBGUI
INSTALLATION
To function BNB needs:
Matlab 5.3 or newer
Optimization Toolbox 2.0
the Courier-LD font (8 points, regular)
Unzip BNB.zip to an empty directory that's i
www.eeworm.com/read/421949/10676263
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/421910/10680129
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/275216/10828410
html dfdbportopthelp.html
DataFeed/Database Portfolio Optimization Help
www.eeworm.com/read/469416/6976402
m scg.m
function [x, options, flog, pointlog, scalelog] = scg(f, x, options, gradf, varargin)
%SCG Scaled conjugate gradient optimization.
%
% Description
% [X, OPTIONS] = SCG(F, X, OPTIONS, GRADF) uses a
www.eeworm.com/read/449504/7502256
m dfp_mind.m
% PURPOSE: Demonstrate dfp_min optimization function
% using the Banana function
% f(x,y)=-100*(y-x*x)^2-(1-x)^2, starting at [0; 0].
%---------------------------------------------------
%
www.eeworm.com/read/449504/7502272
m frpr_mind.m
% PURPOSE: Demonstrate frpr_min optimization function
% using the Banana function
% f(x,y)=-100*(y-x*x)^2-(1-x)^2, starting at [0; 0].
%---------------------------------------------------
%