代码搜索:montecarlo

找到约 154 项符合「montecarlo」的源代码

代码结果 154
www.eeworm.com/read/338238/12317181

h metropolis.h

#include "MonteCarlo.h" #include "PottsMRF.h" #ifndef __METROPOLIS__ #define __METROPOLIS__ class Metropolis : public MonteCarlo { /** This class makes inference using Metropolis sampling me
www.eeworm.com/read/337307/12377638

m monte.m

%MonteCarlo法解最优化的例 clear; vmax=-inf; x2=specrnd(10:20,[],1,5); x3=specrnd(-5:16,[],1,5); for i=1:5 for j=1:5 if x2(i)+2*x3(j)>=10&3*x2(i)+2*x3(j)
www.eeworm.com/read/394381/8227909

m monte.m

%MonteCarlo法解最优化的例 clear; vmax=-inf; x2=specrnd(10:20,[],1,5); x3=specrnd(-5:16,[],1,5); for i=1:5 for j=1:5 if x2(i)+2*x3(j)>=10&3*x2(i)+2*x3(j)
www.eeworm.com/read/334860/12568328

m monte.m

%MonteCarlo法解最优化的例 clear; vmax=-inf; x2=specrnd(10:20,[],1,5); x3=specrnd(-5:16,[],1,5); for i=1:5 for j=1:5 if x2(i)+2*x3(j)>=10&3*x2(i)+2*x3(j)
www.eeworm.com/read/423100/10587503

txt read me.txt

montecarlo type montecarlo in the command window and wait for a long time.. _simulation of the complete OFDM system. _use of a very large file in order to get probabilities. _loop over diffe
www.eeworm.com/read/137308/7071835

plg patternmatching.plg

Build Log --------------------Configuration: PatternMatching - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME
www.eeworm.com/read/242663/12994205

txt read me.txt

montecarlo type montecarlo in the command window and wait for a long time.. _simulation of the complete OFDM system. _use of a very large file in order to get probabilities. _loop over diffe
www.eeworm.com/read/480920/6653696

cpp practica9_5.cpp

/*PRACTICA 9 EJERCICIO 5 Supongamos que f(x) toma valores entre 0 y 1 en el intervalo [0,1]. Implementar una forma general del m閠odo de Montecarlo para el c醠culo de la siguiente integral: f(X)=
www.eeworm.com/read/338238/12317184

h gibbs.h

#include "MonteCarlo.h" #ifndef __GIBBS__ #define __GIBBS__ class Gibbs : public MonteCarlo { /** This class makes inference using Gibbs sampling method, where in each step, only one no
www.eeworm.com/read/338238/12317194

h wolff.h

#include "MonteCarlo.h" #include "PottsMRF.h" #ifndef __WOLFF__ #define __WOLFF__ class Wolff : public MonteCarlo { /** This class makes inference using Wolff sampling method, where in