代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/456224/6278816
m ex1.m
% Chapter 2: Optimization with Matlab
% Dr. P.Venkataraman
% Example 1 (Sec 2.1- 2.2)
%
% graphical solution using matlab (two design variables)
% the following script should allow the graphical
www.eeworm.com/read/456224/6278837
m upperbound_nvar.m
%
% Ch 5: Numerical Techniques - 1 D optimization
% Optimzation with MATLAB, Section 5.4.1
% Generic Scanning Procedure - n Variables
% copyright Dr. P.Venkataraman
%
% An m-file to bracket t
www.eeworm.com/read/456224/6278864
m goldsection_nvar.m
%
% Ch 5: Numerical Techniques - 1 D optimization
% Optimzation with MATLAB, Section 5.4.1
% Golden Section Method - many variables
% copyright (code) Dr. P.Venkataraman
%
% An m-file to appl
www.eeworm.com/read/456224/6278884
m upperbound_nvar.m
%
% Ch 5: Numerical Techniques - 1 D optimization
% Optimzation with MATLAB, Section 5.4.1
% Generic Scanning Procedure - n Variables
% copyright Dr. P.Venkataraman
%
% An m-file to bracket t
www.eeworm.com/read/456224/6278902
m goldsection_nvar.m
%
% Ch 5: Numerical Techniques - 1 D optimization
% Optimzation with MATLAB, Section 5.4.1
% Golden Section Method - many variables
% copyright (code) Dr. P.Venkataraman
%
% An m-file to appl
www.eeworm.com/read/165203/6279064
c mt19937ar-cok.c
/*
A C-program for MT19937, with initialization improved 2002/2/10.
Coded by Takuji Nishimura and Makoto Matsumoto.
This is a faster version by taking Shawn Cokus's optimization,
Matthe B
www.eeworm.com/read/489224/6476890
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/481698/6637169
m nsga_2.m
function nsga_2(pop,gen)
%% function nsga_2(pop,gen)
% is a multi-objective optimization function where the input arguments are
% pop - Population size
% gen - Total number of generations
%
www.eeworm.com/read/481753/6637940
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/265393/11265025
m nsga_2.m
function nsga_2(pop,gen)
%% function nsga_2(pop,gen)
% is a multi-objective optimization function where the input arguments are
% pop - Population size
% gen - Total number of generations
%