代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/345571/11808410
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/250110/12433319
m vpda.m
%PDA匀速运动
function [x_fil,p_fil,likehood]=VPDA(z_mes,x_mix_est,p_mix_est,clutter)
global C;
global T;
% gama=16;
% lamda=0.0004;
% nz=2;
% Pd=1;Pg=0.9997;
% As=100000;
% nc
www.eeworm.com/read/250110/12433325
m apda.m
%PDA匀加速运动
function [x_fil,p_fil,likehood]=APDA(z_mes,x_mix_est,p_mix_est,clutter)
global C;
global T;
FV=[ 1, 0, T, 0, T*T/2, 0; 0, 1, 0, T, 0, T*T/2; 0, 0, 1, 0, T, 0; 0, 0, 0, 1, 0 ,T;0, 0, 0, 0
www.eeworm.com/read/230657/14279382
h falphabetaengine.h
// FAlphaBetaEngine.h: interface for the CFAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FALPHABETAENGINE_H__5102001C_EF47_4C16
www.eeworm.com/read/218764/14907372
c fmm_internal.c
/*============================================================================
Internal Strassen (fmm) routine used in the recursion. This one works
on arbitrary size matrices.
Inputs
transa,trans
www.eeworm.com/read/209623/15216324
h falphabetaengine.h
// FAlphaBetaEngine.h: interface for the CFAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FALPHABETAENGINE_H__5102001C_EF47_4C16
www.eeworm.com/read/158412/5597260
h falphabetaengine.h
// FAlphaBetaEngine.h: interface for the CFAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FALPHABETAENGINE_H__5102001C_EF47_4C16
www.eeworm.com/read/194767/8186567
m cm_mod4_out.m
function [error, yhat] = cm_mod4_out(beta);
global squasher data1 minx miny maxx maxy malags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol ;
y = data1(:,1);
x
www.eeworm.com/read/194767/8186590
m cm_mod3_gmm.m
function [error, yhat, Jstat, Jsig, neuron1, neuron2, V, SIGB] = cm_mod3_gmm(beta);
global squasher data1 minx miny maxx maxy malags nwlags instlags z nwestdum
global neuronxarg_ygap cthres_ygap ne
www.eeworm.com/read/194767/8186601
m cm_mod4_mlik.m
function [loglik, yhat, nneuron1, zzsign] = cm_mod4_mlik(beta);
global squasher data1 minx miny maxx maxy malags nwlags i neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_