代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/377308/9281305
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
i
www.eeworm.com/read/180252/9314459
h falphabetaengine.h
// FAlphaBetaEngine.h: interface for the CFAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FALPHABETAENGINE_H__5102001C_EF47_4C16
www.eeworm.com/read/176874/9480630
m fixed_pt.m
% Fixed_pt.m
%
% Use "lagged diffusivity" fixed point iteration to minimize
% T(u) = ||K*u - d||^2/2 + alpha*J(u),
% where K is a discretized integral operator, d is discrete data,
% ||.|| d
www.eeworm.com/read/363012/9971594
h falphabetaengine.h
// FAlphaBetaEngine.h: interface for the CFAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FALPHABETAENGINE_H__5102001C_EF47_4C16
www.eeworm.com/read/360340/10101890
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
int i
www.eeworm.com/read/469645/6972596
m wolfe.m
function [alphak]=Wolfe(X_k,dk,Fml,G,S,Lambda_Y,Lambda_X,Beta,Gamma,Phi,Psi,Theta_epsilon,Theta_delta)
rho=0.2;deta=0.4; alpha1=0;alpha2=3; alpha=1.2;
xk1=X_k;
d=dk;
www.eeworm.com/read/460712/7105608
m chap8_3ctrl.m
function [sys,x0,str,ts] = control_strategy(t,x,u,flag)
switch flag,
case 0,
[sys,x0,str,ts]=mdlInitializeSizes;
case 3,
sys=mdlOutputs(t,x,u);
case {2,4,9}
sys=[];
otherwise
www.eeworm.com/read/219035/7147376
m get_new_points.m
function [vNew_beta, status] = get_new_points(vBeta_full, vErr_full, sm, tol, chunk)
xx = vBeta_full(1:end-1) + diff(vBeta_full)/2;
yy_lin = interp1(vBeta_full, 1./vErr_full, xx, 'linear')
www.eeworm.com/read/462739/7196846
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
int i
www.eeworm.com/read/450313/7485798
h realcross2.h
/*This is the file used for crossover for Real Coded GA*/
void realcross(population *new_pop_ptr,population *mate_pop_ptr);
void realcross(population *new_pop_ptr,population *mate_pop_ptr)
{
i