demo_demc.m

来自「A Markov Chain Monte Carlo version of th」· M 代码 · 共 21 行

M
21
字号
function demo_DEMC% Copyright notice:% This code is free software, as defined by the Free Software Foundation.% Users may modify and redistribute this code; the sole restrictions are% that (i) the source code must accompany compiled distributions of this % code, and (ii) this notice must remain unchanged.%% This work was supported by grants from Genome Quebec and the National % Science and Engineering Research Council of Canada.disp(' ')disp('1 ------------------------------------')disp('This demo demonstrates the use of differential evolution')disp('Markov chain Monte Carlo (DE-MC). The code implements algorithms')disp('described in:')disp(' ')disp('Cajo F.T. Ter Braak, "A Markov Chain Monte Carlo version of the') disp('genetic algorithm Differential Evolution: easy Bayesian computing')disp('for real parameter spaces", Stat Comput (2006) 16:239

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?