搜索结果
找到约 175 项符合
Genetic 的查询结果
按分类筛选
数学计算 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 algorithm to achieve a classic example of
遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of
人工智能/神经网络 Simple GA code (Pascal code from Goldberg, D. E. (1989), Genetic Algorithms in Search, Optimization,
Simple GA code (Pascal code from Goldberg, D. E. (1989), Genetic Algorithms in Search, Optimization, and Machine Learning.)
其他 GENETIC ALGORITHMS(程润伟遗传算法PPT).pd详细介绍了遗传算法
GENETIC ALGORITHMS(程润伟遗传算法PPT).pd详细介绍了遗传算法,希望对初学者有用
人工智能/神经网络 简单遗传算法经典例子!! SGPC: Simple Genetic Programming in C by Walter Alden Tackett and Aviram Carmi
简单遗传算法经典例子!! SGPC: Simple Genetic Programming in C by Walter Alden Tackett and Aviram Carmi
人工智能/神经网络 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
生物技术 基本遗传学习分类系统 A Simple Classifier System based on Genetic Learning developed from the Pascal SCS code
基本遗传学习分类系统
A Simple Classifier System based on Genetic Learning developed from the Pascal SCS code presented by David E.Goldberg
Java编程 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 in second pile is as close as poss to 360.
数值算法/人工智能 这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components)
这是一个面向对象的GA遗传算法库GAlib: A C++ Library of Genetic Algorithm Components),是我见过中的最好的,功能较全面,使得用遗传算法编程变得极为容易。
人工智能/神经网络 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存
遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法