登录
首页 » AI-NN-PR » 麻省,技术开发,自由遗传算法

麻省,技术开发,自由遗传算法

于 2023-06-18 发布 文件大小:495.37 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

麻省理工开发的免费遗传算法类库GAlib,很好用,我用它实现过一些具体问题的遗传算法。- Hemp province technical development free heredity algorithm class storehouse GAlib, is very easy to use, I use it to realize some concrete questions heredity algorithms.

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

发表评论

0 个回复

  • 这是一本较详细介绍遗传算法原理和应用的书籍,很多应用在本书中多有介绍...
    这是一本较详细介绍遗传算法原理和应用的书籍,很多应用在本书中多有介绍-This is a more detailed genetic algorithm theory and application of books, many applications in this book presents more
    2022-07-16 05:36:39下载
    积分:1
  • 模拟退火算法 模拟退火算法(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
  • 在c语言中实现的多目标优化,同时能够上使用者学习研究带来很大的方便...
    在c语言中实现的多目标优化,同时能够上使用者学习研究带来很大的方便-C 实 亩目呕 同 时 芄 学魏芯 艽 姆
    2023-05-24 21:40:03下载
    积分:1
  • right documentation can be achieved using DES encryption algorithm
    对文件实现用DES加密算法-right documentation can be achieved using DES encryption algorithm
    2022-03-19 00:23:16下载
    积分:1
  • 它只是将A*算法解决eghit
    这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
    2023-04-15 03:00:03下载
    积分:1
  • 因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化...
    因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
    2022-10-22 18:50:03下载
    积分:1
  • Simple genetic algorithm source code, very useful, we can learn from
    简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
    2023-04-10 03:05:04下载
    积分:1
  • kmeans算法的java描述,我自己编写的,可以运行的
    kmeans算法的java描述,我自己编写的,可以运行的-java kmeans algorithm description, I am prepared, ready-to-run
    2022-04-30 09:29:14下载
    积分:1
  • In this paper, we designed a 3
    文中设计了一个3层径向基神经网络(RBFN)用于对企业的5项评价指标进行聚类分析,并与蚁群算法做了比较分析。RBFN由输入层 到隐含层采用传统的K一均值算法,隐含层到输出层通过“模2递减”学习速率的BP学习;蚁群算法根据信息素的分配能够自动调整收索 路径,从而达到数据自动聚类的目的。结果表明,与蚁群算法相比,改进RBFN具有快速收敛、自动识别奇异样本的优点,而蚁群算法 无须教师学习,并能够达到全局最优。-In this paper, we designed a 3-layer RBF neural network (RBFN) for the 5-to-business evaluation indicators cluster analysis and ant colony algorithm has done a comparative analysis. RBFN from input layer to hidden layer using the traditional K-means algorithm, hidden layer to output layer through the Mode 2 decreasing learning rate of BP learning ant colony algorithm based on pheromone can automatically adjust the allocation of land Faso path, thereby to achieve the purpose of automatic data clustering. The results showed that compared with the ant colony algorithm to improve the RBFN has a fast convergence, automatic identification of singular advantage of the sample, while the ant colony algorithm do not need teachers to learn and be able to reach the global optimum.
    2022-11-25 09:35:03下载
    积分:1
  • BP神经网络的C语言实现 BP神经网络解决异或问题 canny源代码 HMM的C语言实现 isodata K...
    BP神经网络的C语言实现 BP神经网络解决异或问题 canny源代码 HMM的C语言实现 isodata K-MEANS 车牌识别系统 矢量量化的C语言实现 -Neural Network C language BP neural network solution differences or problems canny source HMM C language isodata K-MEANS License Plate Recognition System Vector Quantization C Language
    2022-07-14 13:33:47下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载