-
一个用来测试神经网络的程序。在matlab中直接打开即可。
一个用来测试神经网络的程序。在matlab中直接打开即可。-a neural network used to test procedures. In Matlab can be opened directly.
- 2022-05-31 06:23:21下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1
-
神经网络拟合,试用,本人用于药品浓度拟合之用
神经网络拟合,试用,本人用于药品浓度拟合之用-neural network fitting trial, I used drugs used concentration Fitting
- 2023-01-28 23:00:03下载
- 积分:1
-
2. "Genetic Algorithm
2。《遗传算法――理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版
本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi"an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm"s basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm app
- 2022-02-21 20:38:07下载
- 积分:1
-
Cycle Association
bell 实验室周期性关联规则挖掘算法。-Cycle Association
- 2023-03-06 22:05:03下载
- 积分:1
-
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memeti...
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解
决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
- 2022-08-11 23:30:19下载
- 积分:1
-
贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随机反演...
贝叶斯(Bayesion)机器学习相互信息。用于求取熵、联合熵等。改进后可用于随机反演-Bayesian (Bayesion) machine learning of mutual information. Used to obtain entropy, joint entropy and so on. Improved can be used for stochastic inversion
- 2022-06-20 12:16:46下载
- 积分:1
-
use of genetic algorithm search function to the optimum solution c source
利用遗传算法搜索函数最优解的c++源程序 -use of genetic algorithm search function to the optimum solution c source
- 2022-04-12 21:36:00下载
- 积分:1
-
LIBSVM是一个简单的,容易的
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
regression. It also provides an automatic model selection tool for
C-SVM classification. This document explains the use of libsvm.
- 2022-11-21 20:50:03下载
- 积分:1
-
灰度变换的实例程序,其中的CDib类可以直接应用于其他的图像处理程序。...
灰度变换的实例程序,其中的CDib类可以直接应用于其他的图像处理程序。-gray transform examples procedures, which the CDib categories can be directly applied to other image processing.
- 2022-01-21 23:13:36下载
- 积分:1