登录
首页 » AI-NN-PR » 双峰和多峰函数最大值的遗传算法求解 利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;...

双峰和多峰函数最大值的遗传算法求解 利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;...

于 2022-07-24 发布 文件大小:1.86 kB
0 126
下载积分: 2 下载次数: 1

代码说明:

双峰和多峰函数最大值的遗传算法求解 利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;-Bimodal and multimodal function of the genetic algorithm the maximum use of the basic idea of genetic algorithm to find bimodal or multi-peak function of the maximum wheel options to choose from

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 遗传算法在路由优化中的应用:多服务质量的最小路径的算法.
    遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
    2022-03-18 07:41:12下载
    积分:1
  • Multi-objective evolutionary algorithm - an application-Multi-objective evolutionary algorithm- an application
    2022-02-01 00:22:01下载
    积分:1
  • MCP(最大截问题)的模拟退火算法程序源码
    MCP(最大截问题)的模拟退火算法程序源码-MCP (the largest cut-off issues) of the simulated annealing algorithm program source
    2022-08-13 10:20:52下载
    积分:1
  • 仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录
    仿真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 tran
    2022-08-06 06:55:50下载
    积分:1
  • MIT University of speech machine learning curriculum, it is classic! Including c...
    MIT大学的机器学习课程讲稿,很经典的!包括分类,回归,判别式学习,产生式学习,SVM等,基本上包括常用的机器学习算法-MIT University of speech machine learning curriculum, it is classic! Including classification, regression, discriminant study, resulting in learning, SVM, etc., basically including the commonly used machine learning algorithms
    2022-07-09 23:14:57下载
    积分:1
  • 自适应线性神经网路应用实例
    自适应线性神经网路应用实例- Auto-adapted linear nerve network application example
    2023-03-30 13:25:04下载
    积分:1
  • Neural network model self
    神经网络中自组织特征映射模型算法的源程序,属于无导师学习!-Neural network model self-organizing feature map algorithm source, belonging to no mentor to learn!
    2022-03-03 18:44:18下载
    积分:1
  • 模拟退火算法经常用于最优化问题,本算法通俗易用!
    模拟退火算法经常用于最优化问题,本算法通俗易用!-Simulated annealing algorithm often used for optimization problems, this algorithm is popular to use!
    2022-09-07 07:20:03下载
    积分:1
  • 我的文件是用VC设计的一个求解人工智能中8数码问题的程序。...
    我的文件是用VC设计的一个求解人工智能中8数码问题的程序。-my VC document is designed to solve a digital AI 8 issue procedures.
    2022-08-19 09:02:06下载
    积分:1
  • cost存放了一个强连通图的边权矩阵,作为一个实例。 可在workspace中加载 运用此算法要注意多次试验。 bianquan.m文件给...
    cost存放了一个强连通图的边权矩阵,作为一个实例。 可在workspace中加载 运用此算法要注意多次试验。 bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。 由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次jiaohuan3,看是否能到进一步的优化结果。-storage cost of a strongly connected graph edge weight matrix, as an example. Can be loaded in the workspace to use this algorithm to the attention of numerous tests. bianquan.m document gives examples of a parameter can be in the command window, type bianquan, be the adjacency matrix C and the node number N and an arbitrary given path R,, carriage return after the input jiaohuan3, have been the optimal solution . After the absence of a large number of experiments, it is approximate algorithm, for more complex network situations, you can try to run several jiaohuan3, can look to further optimize the results.
    2023-07-15 08:15:03下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载