Welcome![Sign In][Sign Up]
Location:
Search - Boltzmann

Search list

[Other resourceBoltzmann

Description: vb的波尔兹曼机(含模拟退火算法),有需要的可参考一下 -vb the Boltzmann machine (with simulated annealing algorithm), the need of a reference
Platform: | Size: 1412 | Author: 张耀天 | Hits:

[Software EngineeringBoltzmann

Description: 用Boltzmann机来实现神经网络的基础文章,系统的阐述了相关理论,很难得的好文章。
Platform: | Size: 128487 | Author: 闫君飞 | Hits:

[AI-NN-PRBOLTZMAN

Description: Boltzmann Machine Optimization 人工智能人工神经网络源码-Boltzmann Machine Optimization of artificial neural network artificial intelligence source
Platform: | Size: 33792 | Author: 站长 | Hits:

[AI-NN-PRBoltzmann Machin

Description: 仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率-a simulation : First of all network parameters temperature T fixed at 100 and, according to the rules for a total of 1000 to update the state, this state of the 1000 network transfer of all states for the number of Si (i = 1, 2, ..., 16) all recorded determined by the formula state-of the actual frequency : Pi = Si/i = 1, NSi = Si/M in accordance with Bo1tzmann distributed computing network of states all probability the theoretical value : Q (Ei) = (1/Z) exp (- Ei/T) Simulation 2 : implementation of cooling, re-using rapid cooling programs : T (t) = T0/(1 t) T dropped to 0.01 from 1000 and, according to the rules updated network state when T = 0.01 at the end of cooling, let T at 0.01 for the 1000 state transfer, the probability of two more
Platform: | Size: 5120 | Author: 韵子 | Hits:

[AI-NN-PR模拟退火例子1

Description: 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。 -simulated annealing algorithm derived from solid annealing method, the heating to the full solid, let its slowly cooling, heating, solid particles with internal temperature rise-into disorder, which can increase, and slowly cooling gradual and orderly particles in each temperature has reached equilibrium, in the end when the temperature reached to ground state, which can be reduced to the minimum. According to the Metropolis criteria particles at a temperature T leveling the probability of e- E/(kT), in which the E-T when the temperature within, E capacity for change, for the Boltzmann constant k. Solid simulated annealing combinatorial optimization problems, will be able to target E simulation function f, T evolved temperature control parameters t, that is to be solving combinatorial o
Platform: | Size: 9216 | Author: 刘明 | Hits:

[AI-NN-PR模拟退火例子2

Description: 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。 -simulated annealing algorithm derived from solid annealing method, the heating to the full solid, let its slowly cooling, heating, solid particles with internal temperature rise-into disorder, which can increase, and slowly cooling gradual and orderly particles in each temperature has reached equilibrium, in the end when the temperature reached to ground state, which can be reduced to the minimum. According to the Metropolis criteria particles at a temperature T leveling the probability of e- E/(kT), in which the E-T when the temperature within, E capacity for change, for the Boltzmann constant k. Solid simulated annealing combinatorial optimization problems, will be able to target E simulation function f, T evolved temperature control parameters t, that is to be solving combinatorial o
Platform: | Size: 11264 | Author: 刘明 | Hits:

[AI-NN-PR模拟退火例子3

Description: 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。 -simulated annealing algorithm derived from solid annealing method, the heating to the full solid, let its slowly cooling, heating, solid particles with internal temperature rise-into disorder, which can increase, and slowly cooling gradual and orderly particles in each temperature has reached equilibrium, in the end when the temperature reached to ground state, which can be reduced to the minimum. According to the Metropolis criteria particles at a temperature T leveling the probability of e- E/(kT), in which the E-T when the temperature within, E capacity for change, for the Boltzmann constant k. Solid simulated annealing combinatorial optimization problems, will be able to target E simulation function f, T evolved temperature control parameters t, that is to be solving combinatorial o
Platform: | Size: 6144 | Author: 刘明 | Hits:

[Algorithmlbm_d2q920051201

Description: 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantages and overcome its shortcomings and develop ways. In particular, in 1992, Qian Yue Wong Chan 11 the pioneering work (proposed Computational Model), the approach to the wider application of computational fluid dynamics (single-phase flow, multiphase flow, flow in porous media, thermal convection, MHD, the reaction- diffusion, etc.).
Platform: | Size: 480256 | Author: 张翟 | Hits:

[MPILBM_Linux20051208

Description: 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantages and overcome its shortcomings and develop ways. In particular, in 1992, Qian Yue Wong Chan 11 the pioneering work (proposed Computational Model), the approach to the wider application of computational fluid dynamics (single-phase flow, multiphase flow, flow in porous media, thermal convection, MHD, the reaction- diffusion, etc.). This is the "lattice model" of parallel processing, the adoption of Linux Debugging
Platform: | Size: 17408 | Author: 张翟 | Hits:

[AI-NN-PRBoltzmann

Description: vb的波尔兹曼机(含模拟退火算法),有需要的可参考一下 -vb the Boltzmann machine (with simulated annealing algorithm), the need of a reference
Platform: | Size: 1024 | Author: 张耀天 | Hits:

[Software EngineeringBoltzmann

Description: 用Boltzmann机来实现神经网络的基础文章,系统的阐述了相关理论,很难得的好文章。-Using Boltzmann machine neural network to realize the basis of article, systematic exposition of the relevant theory, it is difficult to get a good article.
Platform: | Size: 128000 | Author: 闫君飞 | Hits:

[Otherboltzmann.tar

Description: this on the document of boltzma-this is on the document of boltzmann
Platform: | Size: 10283008 | Author: sundar | Hits:

[Otherboltzmann

Description: 一个Boltzmann的一个算法,主要描述气体流动-A Boltzmann an algorithm, described in the main gas flow
Platform: | Size: 8192 | Author: 周楠 | Hits:

[AlgorithmBoltzmann

Description: 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码-Lid-driven flow (lid friven flow) lattice Boltzmann simulation code
Platform: | Size: 2048 | Author: 杨滨 | Hits:

[SCMThree-Dimensional-Lattice-Boltzmann-Model-for-Hig

Description: Three-Dimensional Lattice Boltzmann Model for High-Speed Compressible Flows
Platform: | Size: 1416192 | Author: Zaza | Hits:

[OtherIntroduction-to-Lattice-Boltzmann-Methods-GLY-583

Description: Introduction to Lattice Boltzmann Methods
Platform: | Size: 198656 | Author: houc | Hits:

[matlabLattice-Boltzmann

Description: 格子波尔兹曼方法的matlab程序,用于多空介质流体的计算-Lattice Boltzmann method matlab program for the calculation of long and short Fluid
Platform: | Size: 6144 | Author: 萧杀 | Hits:

[Documents格子Boltzmann方法理论及应用

Description: 格子Boltzmann方法书籍,介绍格子Boltzmann方法的理论,以及相关代码。(Lattice Boltzmann method books, introduce the theory of lattice Boltzmann method, and related code.)
Platform: | Size: 26551296 | Author: 云霄雨伞 | Hits:

[Windows Developlattice boltzmann method for single phase flow

Description: 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming. The program simulates the flow of single-phase fluid in a single channel, in which impermeable solids can be added to simulate the disturbance of fluid. Furthermore, the number of impermeable solids can be increased to simulate the two-dimensional flow of fluids in porous media. This program is suitable for beginners'understanding of the programming solution of LBM method, and can be used in the field of oil and gas exploration and development after secondary development.)
Platform: | Size: 1024 | Author: fudongyu | Hits:

[matlabBoltzmann方法的理论及应用(何雅玲)

Description: Boltzmann方法的理论及应用(何雅玲版)(Theory and application of Boltzmann method (he Yaling Edition))
Platform: | Size: 20467712 | Author: QWQWQWQ13 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net