代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/434325/7874226
m a11_4.m
echo on; clc;
%---------------------------------------------------------------------------
%A11_4 MATLAB script file for implementing Algorithm 11.4
%
% NUMERICAL METHODS: MATLAB Programs, (c) J
www.eeworm.com/read/434325/7874715
m a10algos.m
%---------------------------------------------------------------------------
%A10ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHOD
www.eeworm.com/read/299015/7899406
txt readme.txt
Tree Structured Genetic Algorithm
An algorithm for Genetic Programming
Ben.McKay & Mark Willis
(c)
www.eeworm.com/read/433751/7911355
txt readme.txt
This set of files contains the Matlab code
for VCA algorithm describe in the paper:
Jos
www.eeworm.com/read/298649/7946724
txt readme.txt
Tree Structured Genetic Algorithm
An algorithm for Genetic Programming
Ben.McKay & Mark Willis
(c)
www.eeworm.com/read/298649/7946988
htm index~1.htm
Genetic Algorithm Optimization Toolbox
Genetic Algorithm Optimization Toolbox (GAOT)
GAOT implements simulated evolution i
www.eeworm.com/read/298649/7946997
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simu
www.eeworm.com/read/298649/7947003
htm gaotin~1.htm
Genetic Algorithm Optimization Toolbox (GAOT)
The following files are in the distribution:
Main interface
ga.m
www.eeworm.com/read/198177/7948475
m unc_nn_rosenbrock2.m
function [fval]=unc_nn_rosenbrock2(x)
%reference:
%note that you can get the formulation of unc_n2_rosenbrock2 from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Func
www.eeworm.com/read/197958/7960434
m linprog.m
function [x,fval,exitflag,output,lambda]=linprog(f,A,B,Aeq,Beq,lb,ub,x0,options)
%x=linprog(f, A, b)求解线性规划
% min z = f'x, Ax ≤ b;
%x=linprog(f, A, b, Aeq, beq)求解线性规划:
% min