GENETIC

共 175 篇文章
GENETIC 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 175 篇文章,持续更新中。

genetic algorithm (or GA) is a search technique used in computing to find true or approximate soluti

genetic algorithm (or GA) is a search technique used in computing to find true or approximate solutions to optimization and search problems for function of 2 variable

Solving the Vehicle Routing Problem with Genetic Algorithms

Solving the Vehicle Routing Problem with Genetic Algorithms

a program for to maximise the fonction f(x,y)=x+y with genetic algorithm

a program for to maximise the fonction f(x,y)=x+y with genetic algorithm

using genetic algorithm in network intrusion detection systems

using genetic algorithm in network intrusion detection systems

遗传算法简称GA(Genetic Algorithm)

遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。

This is a java implementation for solving NQueen problem using genetic algorithm.Enjoy it!

This is a java implementation for solving NQueen problem using genetic algorithm.Enjoy it!

Using Genetic Algorithms to Solve NP-Complete Problems

Using Genetic Algorithms to Solve NP-Complete Problems

遗传算法相关书籍:Practical Handbook Of Genetic Algorithms

遗传算法相关书籍:Practical Handbook Of Genetic Algorithms

A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness functio

A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.

Generalization of a Simple Genetic Algorithm (GA)

Generalization of a Simple Genetic Algorithm (GA)

AI Life (Neural Networks, Genetic Algorithms, Steering Behaviours)

AI Life (Neural Networks, Genetic Algorithms, Steering Behaviours)

c语言的genetic algorithm

c语言的genetic algorithm,

Practical Genetic algorithm book

Practical Genetic algorithm book

Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?

Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?

<<MATLAB遗传算法工具箱及应用>>介绍了如何在MATLAB中完成遗传算法的应用。遗传算法[Genetic Arithmatic

<<MATLAB遗传算法工具箱及应用>>介绍了如何在MATLAB中完成遗传算法的应用。遗传算法[Genetic Arithmatic,简称GA]是以自然选择和遗传理论为基础,将生物进化过程中适者生存规则与群体内部染色体的随机信息交换机制相结合的高效全局寻优搜索算法。GA摒弃传统的搜索方式,模拟自然界生物进化过程,采用人工进化的方式对目标空间进行随机优化搜索。MATLAB是M

Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them i

Genetic Algorithm example using Java You have 10 cards numbered 1 to 10. You have to divide them into 2 piles so that: The sum of the first pile is as close as possible to 36 and the product of all

This is a simple genetic algorithm

This is a simple genetic algorithm

An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf目前比较好的一种新式遗传算法其

An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf目前比较好的一种新式遗传算法其中详细的给出了拉丁方格的计算法,可进行高维函数计算

很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型

很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐

Parallel Processing Message Passing Genetic Algorithms

Parallel Processing Message Passing Genetic Algorithms