搜索结果
找到约 157 项符合
GENETIC 的查询结果
按分类筛选
数学计算 基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
人工智能/神经网络 遗传算法(genetic algorithm GA)源代码
遗传算法(genetic algorithm GA)源代码
matlab例程 Genetic Programming MATLAB Toolbox 遗传算法程序很好
Genetic Programming MATLAB Toolbox
遗传算法程序很好
数值算法/人工智能 A Genetic Algorithms and the Traveling Salesman Problem
A Genetic Algorithms and the Traveling Salesman Problem
matlab例程 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 once)
matlab例程 This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Too
This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
软件设计/软件工程 GAR算法ppt An Intelligent Network Routing Algorithm by a Genetic Algorithm
GAR算法ppt
An Intelligent Network Routing Algorithm by a Genetic Algorithm
matlab例程 GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异; ...
人工智能/神经网络 Genetic aglorithm
Genetic aglorithm,C/C++版本
人工智能/神经网络 /* 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 */
/* objective function