搜索结果
找到约 175 项符合
Genetic 的查询结果
按分类筛选
数值算法/人工智能 遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术. 遗传算法的基本原理 在遗传算法的执行过程中,每一代有许多不同的种群个体
遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术.
遗传算法的基本原理
在遗传算法的执行过程中,每一代有许多不同的种群个体(染色体 )同时存在。这些染色体中哪个保留(生存)、哪个淘汰(死亡),是根据 它们对环境的适应能力来决定的,适应性强的有更多的机会保留下来 。适 ...
技术资料 GAfuzzy
遗传算法和模糊控制结合的重要参考论文,有很高的参考价值-genetic algorithms and fuzzy control combination of important reference
技术资料 针对多旅行商问题的tsp问题的遗传算法matlab程序-
针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program
matlab例程 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_tes
小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. ...
人工智能/神经网络 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genet
一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms.
人工智能/神经网络 Ants performing 3 actions: searching ore , mining ore , returning ore basic Artificial Neurological
Ants performing 3 actions: searching ore , mining ore , returning ore basic Artificial Neurological Network working the learning proces to pick their state through Genetic Programming
人工智能中的蚁群算法
其他 -PID controller has been extensively used in the industrial world. But in this controller it is dif
-PID controller has been extensively
used in the industrial world. But in this controller it is difficult to tune the PID gains.
We apply the genetic algorithm(GA) to tune the PID gains. The GA is an optimization algorithm using the biotic genetics.
人工智能/神经网络 *** *** *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Base
*** *** *** *** *** *****/
/* 基于遗传算法的人工生命模拟 AL_GA.C */
/* An Artificial Life Simulation model Based on Genetic Algorithm */
/* 同济大学计算机系 王小平 2000年5月
技术资料 基于神经网络和遗传算法的智能控制方法
根据油品调合的特点,应用人工神经网络(Neural Network,NN)对油品在线优化调合系统进行建模, 并采用量化正交遗传算法(Orthogonal Genetic Algorithm w
matlab例程 The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then co
The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is achieved using the genetic algorithm toolbox. Finally, resul ...