代码搜索结果
找到约 33,766 项符合
Algorithm 的代码
unc_n1_03.m
function f=unc_n1_03(x)
%reference:
%note that you can get the formulation of unc_n1_03 from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
% wh
unc_n1_02.m
function f=unc_n1_02(x)
%reference:
%note that you can get the formulation of unc_n1_02 from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
% wh
unc_nn_dpower.m
function [fval]=unc_nn_dpower(x)
%reference:
%note that you can get the formulation of unc_nn_dpower from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Functions'
%
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
unc_n1_01.m
function f=unc_n1_01(x)
%reference:
%note that you can get the formulation of unc_n1_01 from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
% wh
unc_nn_dejong2.m
function [fval]=unc_nn_dejong2(x)
%reference:
%note that you can get the formulation of unc_n2_dejong2 or Schwefel's function from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm To
unc_nn_rastrigin.m
function [fval]=unc_nn_rastrigin(x)
%reference:
%note that you can get the formulation of unc_nn_rastrigin from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Function
unc_nn_dejong1.m
function [fval]=unc_nn_dejong1(x)
%reference:
%note that you can get the formulation of unc_n2_dejong1 from some
%aritcles,such as
%(1)Hartmut Pohlheim 'Genetic Algorithm Toolbox Test Functions'
unc_n2_rosenbrock1.m
function [fval]=unc_n2_rosenbrock1(x)
%reference:
%note that you can get the formulation of unc_n2_rosenbrock1 from some
%aritcles,such as
%(1)
%algorithm:
%below code is edited according to
opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz