登录
首页 » AI-NN-PR » matlab所有的工具箱,包括统计工具箱、拟合工具箱、微分方程工具箱、遗传算法工具箱、模拟退火工具箱、优化工具箱。随机数工具箱、等等。很全面...

matlab所有的工具箱,包括统计工具箱、拟合工具箱、微分方程工具箱、遗传算法工具箱、模拟退火工具箱、优化工具箱。随机数工具箱、等等。很全面...

于 2022-11-16 发布 文件大小:5.00 kB
0 300
下载积分: 2 下载次数: 6

代码说明:

matlab所有的工具箱,包括统计工具箱、拟合工具箱、微分方程工具箱、遗传算法工具箱、模拟退火工具箱、优化工具箱。随机数工具箱、等等。很全面-All matlab toolbox, including statistical toolbox, fitting toolbox, toolbox differential equations, genetic algorithm toolbox, simulated annealing Toolbox, Optimization Toolbox. Random number toolbox, and so on. Very comprehensive

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

发表评论

0 个回复

  • mcrgsa
    MCRGSA------组播路由问题遗传模拟退火算法 %M-----------遗传算法进化代数 %N-----------种群规模,取偶数 %Pm----------变异概率调节参数 %K-----------同一温度下状态跳转次数 %t0----------初始温度 %alpha-------降温系数 %beta--------浓度均衡系数 %ROUTES------备选路径集 %Num---------到各节点的备选路径数目 %Cost--------费用邻接矩阵 %Source------源节点标号 %End---------目的节点标号组成的向量 %MBR---------各代最优路径编码-MCRGSA------ Multicast Routing genetic simulated annealing% M----------- genetic algorithm algebra% N----------- population size, even take Pm----------% probability parameter variation%----------- same temperature K Jump under a number of state----------% t0 initial temperature cooling% alpha------- beta coefficient%-------- balanced concentration coefficient% ROUTES------ Alternative Path Set% Enable--------- nodes to the number of alternative paths%-------- Cost adjacent costs Matrix% Source------ source node labeling% End--------- destination node labeling Group Vector%% of the MBR--------- generations optimal path coding
    2022-05-21 09:41:26下载
    积分:1
  • pre-fixSpan算法,该算法是C++语言实现的,主要用模板实现prefixspan的投影数据库架构及模式生长功能
    2023-04-17 20:10:03下载
    积分:1
  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。...
    输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
    2022-03-15 16:24:37下载
    积分:1
  • 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果...
    本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
    2022-02-21 13:37:10下载
    积分:1
  • 简单的人工智能程序ELIZA的C源程序代码
    简单的人工智能程序ELIZA的C源程序代码-Eliza simple artificial intelligence program of the C source code
    2022-05-08 06:54:39下载
    积分:1
  • 用vc实现Apriori算法的全部功能.请大家尽情心使用!
    用vc实现Apriori算法的全部功能.请大家尽情心使用!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use! -Apriori algorithm by vc realize the full functionality. Please use your heart!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use!
    2022-04-20 21:53:44下载
    积分:1
  • 异步电动机的模糊控制的仿真,大家一起研究.
    异步电动机的模糊控制的仿真,大家一起研究.-Fuzzy control induction motor simulation, we study together.
    2022-06-19 01:13:12下载
    积分:1
  • 用c语言实现的bp神经网络实现异或功能,比较好用
    用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
    2023-01-07 06:45:03下载
    积分:1
  • 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值...
    模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
    2022-02-13 16:29:07下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载