代码搜索:Formulation
找到约 295 项符合「Formulation」的源代码
代码结果 295
www.eeworm.com/read/251835/12317277
m crquad.m
function I = crquad(z1,sing1,z,beta,qdat)
%CRQUAD (not intended for calling directly by the user)
% Numerical quadrature for the disk map, crossratio formulation.
% z1 is a vector of left end
www.eeworm.com/read/290607/8472272
m rne_dh.m
%RNE_DH Compute inverse dynamics via recursive Newton-Euler formulation
%
% TAU = RNE(ROBOT, Q, QD, QDD)
% TAU = RNE(ROBOT, [Q QD QDD])
%
% Returns the joint torque required to achieve the specified j
www.eeworm.com/read/380715/9133897
asv unc_nn_step.asv
function [fval]=unc_nn_step(x)
%reference:
%note that you can get the formulation of unc_nn_step from some
%aritcles,such as
%(1)JS Chun, HK Jung, SY Hahn A study on comparison of optimization
%p
www.eeworm.com/read/380715/9133960
m unc_nn_step.m
function [fval]=unc_nn_step(x)
%reference:
%note that you can get the formulation of unc_nn_step from some
%aritcles,such as
%(1)JS Chun, HK Jung, SY Hahn A study on comparison of optimization
%p
www.eeworm.com/read/380715/9133999
m unc_n2_shubert2.m
function [fval]=unc_n2_shubert2(x)
%reference:
%note that you can get the formulation of unc_n2_shubert2 from some
%aritcles,such as
%(1)
%
%algorithm:
%below code is edited according to
%(1
www.eeworm.com/read/380715/9134006
m unc_n2_branin.m
function [f]=unc_n2_branin(x)
%reference:
%note that you can get the formulation of unc_n2_branin from some
%aritcles,such as
%(1)X Liu 'Finding Global Minima with a Computable Filled Function',
www.eeworm.com/read/380715/9134018
m unc_n2_shubert1.m
function [fval]=unc_n2_shubert1(x)
%reference:
%note that you can get the formulation of unc_n2_camel6 from some
%aritcles,such as
%(1)
%algorithm:
%below code is edited according to
%(1)
%
www.eeworm.com/read/380715/9134069
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/380715/9134091
m 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
www.eeworm.com/read/380715/9134099
m unc_n2_rastrigin.m
function [fval]=unc_n2_rastrigin(x)
%reference:
%note that you can get the formulation of unc_n2_rastrigin from some
%aritcles,such as
%(1)X Liu 'Finding Global Minima with a Computable Filled Fun