代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

demo_mri.m

function demo_MRI % MRI demo: Reconstruction from noisy random projections % % This demo illustrates the twIST algorithm computing the solution of % % xe = arg min 0.5*||A x-y||^2 + tau TV(x),

readme.txt

Tree Structured Genetic Algorithm An algorithm for Genetic Programming Ben.McKay & Mark Willis (c)

index~1.htm

Genetic Algorithm Optimization Toolbox Genetic Algorithm Optimization Toolbox (GAOT) GAOT implements simulated evolution i

contents.m

% Genetic Optimization Toolbox % % Main interface % ga.m The Genetic Algorithm % initialize.m Initialization function Used by ga.m % % Operators used during simu

gaotin~1.htm

Genetic Algorithm Optimization Toolbox (GAOT) The following files are in the distribution: Main interface ga.m

unc_nn_dejong.m

function [fval]=unc_nn_dejong(x) %reference: %note that you can get the formulation of unc_n2_dejong from some %aritcles,such as %(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Functions' %

unc_nn_sin.m

function f=unc_nn_sin(x) %reference: %note that you can get the formulation of unc_nn_sin from some %aritcles,such as % % %algorithm: %below code is edited according to % % % solution: %

unc_nn_griewangk.m

function [fval]=unc_nn_Griewangk(x) %reference: %note that you can get the formulation of unc_nn_Griewangk from some %aritcles,such as %(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Function

unc_n1_04.m

function f=unc_n1_04(x) %reference: %note that you can get the formulation of unc_n1_04 from some %aritcles,such as % % %algorithm: %below code is edited according to % % % solution: % wh

unc_nn_schwefel.m

function [fval]=unc_nn_Schwefel(x) %reference: %note that you can get the formulation of unc_nn_Schwefel from some %aritcles,such as %(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Functions'