GENETIC
共 175 篇文章
GENETIC 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 175 篇文章,持续更新中。
matlab genetic algorithm 基本matlab遺傳演算法程序
matlab genetic algorithm 基本matlab遺傳演算法程序
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hel
/* This a simple genetic algorithm implementation where the */ /* evaluation function takes positiv
/* This a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objecti
遗传算法的VS2003工程
遗传算法的VS2003工程,调试通过,An Introduction to Genetic Algorithms for Scientists and Engineers 书中的算法源程序
A Genetic Algorithms and the Traveling Salesman Problem
A Genetic Algorithms and the Traveling Salesman Problem
Genetic Programming MATLAB Toolbox 遗传算法程序很好
Genetic Programming MATLAB Toolbox
遗传算法程序很好
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components)
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components),是我见过中的最好的,功能较全面,使得用遗传算法编程变得极为容易。
genetic algorithm genetic algorithm 遗传算法 遗传算法
genetic algorithm genetic algorithm
遗传算法 遗传算法
一个由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.
英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa
英文版,pdf格式。
详细说明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/
ISBN: 0201
This a parallel genetic algorithm for a biinfomatics problem CSP
This a parallel genetic algorithm for a biinfomatics problem CSP
UMDA. a kind of estimation of distribution algorithm , which is the improvement of genetic algorithm
UMDA. a kind of estimation of distribution algorithm , which is the improvement of genetic algorithm
介绍Genetic Algorithm Toolbox (matlab)的英文文章。
介绍Genetic Algorithm Toolbox (matlab)的英文文章。
Genetic Algorithm Optimization Toolbox
Genetic Algorithm Optimization Toolbox
1。《遗传算法的数学基础》
1。《遗传算法的数学基础》,张文修、梁怡编着 西安交通大学出版社 2000年第一版
遗传算法(genetic algorithm)是模拟自然界生物进化过程与机制求解问题的一类自组织与自适应的人工智能技术,已广泛应用于计算机科学、人工智能、信息技术及工程实践。
本书重点在于阐述遗传算法的数学基础。全书共分3章,第1章给出了遗传算法的几何理论,第2章给出了遗传算法的马尔可夫链分析,第3章给出了
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。这一点体现了自然界中"物竞天择、适者生存"进化过程。1962年Holland教授首次
提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方
面,并奠定了坚实的理论基础。 用遗
This a simple genetic algorithm implementation where the evaluation function takes positive values
This a simple genetic algorithm implementation where the
evaluation function takes positive values only and the
fitness of an individual is the same as the value of the
objective function
基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal
基于基本遗传算法的函数最优化SGA.C
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
基于SCILAB的The Genetic Algorithm Toolbox for SCILAB (GATS)工具箱
基于SCILAB的The Genetic Algorithm Toolbox for SCILAB (GATS)工具箱,具有友好的界面。