GENETIC

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

genetic algorithm introduction

genetic algorithm introduction

遗传算法简称GA(Genetic Algorithm)

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

Genetic AlgorithmGeneticGenetic Algorithm Algorithm

Genetic AlgorithmGeneticGenetic Algorithm Algorithm

genetic遗传算法

genetic遗传算法,里面附有例子,请仔细阅读说明

a genetic algorithm to find the maximum of a polynomial function

a genetic algorithm to find the maximum of a polynomial function

This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes

This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file>

GENETIC ALGORITHM BOOKS

GENETIC ALGORITHM BOOKS

Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo

Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly onc

a program about Traveling Salesman Problem (TSP) Genetic Algorithm

a program about Traveling Salesman Problem (TSP) Genetic Algorithm

genetic programming in C++ Adam Fraser University Of Salford, Salford, M5 4WT, United Kingdom

genetic programming in C++ Adam Fraser University Of Salford, Salford, M5 4WT, United Kingdom

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 par

Tutorial for Genetic algorithm book

Tutorial for Genetic algorithm book

BGA Binary Genetic Algorithm Matlab Code

BGA Binary Genetic Algorithm Matlab Code

*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code

*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code presented by David E.Goldberg */ /* 同济大学计算机系 王小平 2000年5月

A Genetic Algorithm Hybridized with Local Search Operator

A Genetic Algorithm Hybridized with Local Search Operator