-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1
-
遗传算法
遗传算法-Genetic algorithms
- 2022-05-10 22:43:17下载
- 积分:1
-
目标函数是De Jong函数,是一个连续、凸起的单峰函数
目标函数是De Jong函数,是一个连续、凸起的单峰函数-Objective function is De Jong function, is a continuous, convex function of the single-peak
- 2022-05-13 15:07:14下载
- 积分:1
-
根据教材整理的神经网络程序!很多种神经网络程序
根据教材整理的神经网络程序!很多种神经网络程序-Finishing materials in accordance with the neural network program! A variety of neural network procedures
- 2022-09-18 03:05:04下载
- 积分:1
-
This is a used fortran source realize the BP algorithm, as well as c and matlab...
这是一个用fortran 实现的BP算法源程序,以及c和 matlab实现BP的源程序。大家可以从各个方面做一个性能的比较-This is a used fortran source realize the BP algorithm, as well as c and matlab realize the source BP. From the U.S. to do all aspects of a performance comparison
- 2022-08-05 19:16:08下载
- 积分:1
-
本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配,
降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的
本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配,
降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的
内容:车辆利用和货物装载。本文主要从这两个角度角度来分析解决问题。
对于问题1,我们首先通过分析复杂的变量及他们之间的关系,建立规划模型。为
了求解这个模型,我们进行了一系列的简化,使得模型求解切实可行。求得较优的方案,
而且各辆车均匀负担。该方案的总费用为4877.2。
对于问题2,我们在模型1 的基础上进行了改进采用类似的方法求解。也得到了较
优的方案,其总费用为4484。该方案中只用了4 辆车,节省很大的成本。同时指出了模
型求解的关键困难所在,给出了新的思路。
问题3 的思考中,提出了利用图论的有关思想。
在文章的最后,我们针对所建的模型进行了分析,并提出了新的解题思想。对模型
进行了进一步扩展。
关键词:货物配载 运输 组合优化-err
- 2022-08-09 06:48:09下载
- 积分:1
-
这是一个二值hopfield神经网络源程序,有一个实例,训练数据保存在h7x8n4.trn,输出数据保存在ARCHIVE.LST中。...
这是一个二值hopfield神经网络源程序,有一个实例,训练数据保存在h7x8n4.trn,输出数据保存在ARCHIVE.LST中。-This is a value hopfield two neural network source, an example of training data stored in h7x8n4.trn, output data stored in ARCHIVE.LST China.
- 2022-03-14 17:35:46下载
- 积分:1
-
机器人运动学正解程序,毕业设计可用,希望能有点用场
机器人运动学正解程序,毕业设计可用,希望能有点用场-robical code ,i hope it can be useful for you
- 2022-07-18 15:07:20下载
- 积分:1
-
L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to improve the algorithm BP Another approach, which uses Levenberg-Marquardt optimization method, which makes learning time is even shorter. Its weakness is that the complex problems that the method requires a lot of storage space.
- 2023-08-10 03:25:04下载
- 积分:1
-
遗传算法演示程序
遗传算法演示程序-GA Demonstration Program
- 2022-12-02 01:50:04下载
- 积分:1