搜索资源列表
VC_GAD
- 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
GoodPointSetBasedGeneticAlgorithm
- 利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法 站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic algorithm, call it good point-
asda
- 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替运行,每次通行时间都设为25秒; 2.要求黄灯先亮5秒,才能变换运行车道; 3.根据交通灯控制系统框图,画出完整的电路图。 3.设计出PCB图 -1. Design a crossroads, the traffic lights control circuit, A request lane motorway and two B crossover vehicles on the road alter
tsp.cpp
- 用遗传算法(Genetic algorithm)解决Travel salesperson problem. Crossover类型:one-point和two-point. 选择类型:Tournament和RouletteWheel.
multichanneltest.zip
- 完成飛行情報區交叉可以高保真的夢想,它的大幅過濾器和線性信號階段。 but current FFT type of FIR crossover on PC loses time information of audio signal.但目前的FFT類型的FIR交叉在PC失去時間信息的音頻信號。 If you use 10ms frame, time information in 10ms are lost.如果您使用10ms幀,在10ms時間信息都將丟失。 Now nVidia CUDA G
genetic
- 用C++编写的遗传算法代码 可以随意改变交叉率和变异率-With C++ Prepared genetic algorithm code can change the crossover rate and mutation rate
qq
- 遗产算法的完整计算,包括交叉,变异,以及适应函数的计算-Heritage integrity of the computing algorithm, including the crossover and mutation, as well as the calculation of fitness function
simpleXover
- p1 - the first parent p2 - the second parent bounds - the bounds matrix for the solution space Ops - Options matrix for simple crossover-p1- the first parent p2- the second parent bounds - the bounds matrix for the solution space Ops - Options m
orderbasedXover.
- Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis. -Orderbased crossover takes two parents P1,P2 and performs order based crossover by Davis.
ctcoffenpin
- 利用ctc模式产生分频器。用atmega16单片机。有proteus仿真/。-Crossover use of patterns ctc. Single-chip microcomputer with atmega16. There proteus simulation /.
KnapsackProblem
- 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
pso
- 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
GA3
- 遗传算法--函数最优化任意随机交叉父体。在遗传算法中引入任意随即交叉概念,增加个体多样性。-Genetic algorithms- function is to optimize the parent body of arbitrary random crossover. The introduction of any genetic algorithm is then cross-concept, increase the diversity of individuals.
SGA_C
- 基本遗传算法的实现,包括简单的交叉,变异操作-Basic genetic algorithm, including the simple crossover and mutation operators
code
- 注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。-Note that the code is designed to seek maximum value, in which the objective function can only take positive and the function value and the individ
GoodPoint
- 使用佳点集遗传算法,解决安徽十七市的TSP问题,求出最短路径主要区别于普通遗传算法的地方是染色体交叉部分,另外编码方式使用十进制方式。-Good point set genetic algorithm used to solve TSP problem the city of Anhui, 17, find the shortest path to the main place is different from ordinary genetic algorithm is crossover s
oxcrossover
- crossover in tsp genetic with cx
Crossover
- 分频器的设计,包含普通分频器和占空比为50 的奇数分频 ;4位乘法器的VHDL程序;-Crossover design, including general divider and the duty cycle of 50 of the odd frequency 4-bit multiplier VHDL procedures
Verilog-crossover-design
- Verilog分频器设计分频器是FPGA设计中使用频率非常高的基本单元之一-Verilog crossover design
PZ_MACrossover_EA
- MA crossover EA this is for forex EA trading etc..