Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.
资源简介:Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the functi...
上传时间: 2013-12-02
上传用户:jkhjkh1982
资源简介:This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
上传时间: 2013-12-27
上传用户:jennyzai
资源简介:用对半分法计算f(x)=0
上传时间: 2013-12-10
上传用户:小码农lz
资源简介:用双点弦截法计算f(x)=0
上传时间: 2013-11-28
上传用户:shinesyh
资源简介:一个用于数学函数值计算的c函数,求任意数学函数f(x)和f(x,y)的值
上传时间: 2015-03-18
上传用户:zhangyigenius
资源简介:这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式...
上传时间: 2014-08-07
上传用户:1159797854
资源简介:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。
上传时间: 2015-04-13
上传用户:zhanditian
资源简介:请大家看一看, 我编的这个用遗传算法求 f(x)=xsin(10pi*x)+2.0 x为-1到2区间的值
上传时间: 2015-04-24
上传用户:15071087253
资源简介:/*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/
上传时间: 2015-06-08
上传用户:李梦晗
资源简介:这是一个求 f(x)=x*sin(10PI*x)+2.0 的遗传算法程序
上传时间: 2013-12-17
上传用户:dbs012280