搜索资源列表
ann_and_ga_soft
- 用神经网络和遗传算法解决tsp问题,先使用神经网络训练出较优个体,然后再进化,可以反其道而行,-using neural networks and genetic algorithms to solve the problem tsp first use of neural network training of better individual, then evolution can be just the opposite.
PowerSystem_market_GA
- 使用遗传算法计算电力市场投标程序,电力专业的技术人员或者研究人员应该感兴趣-use of genetic algorithm electricity market bidding process, the power of professional or technical personnel should be of interest to researchers
simulation
- simulation model using Genetic Algorithm
GADelphi
- 关于加气站的遗传算法实现,这是一个初学者的草稿,希望大家多提意见。-stations on the genetic algorithm, which is a beginner's draft, we hope to speak up.
AGA.rar
- 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.,Paul used the choice of excel
GAbp
- 遗传神经网络的模式识别算法,可以用于设备的故障诊断-Genetic neural network pattern recognition algorithm, can be used for equipment fault diagnosis
ELDGA
- 基于遗传算法的经济调度处理,word文档有简要说明,并且有算例-Based on genetic algorithms deal with economic dispatch, word document there is a brief descr iption and examples have
geneticfinal
- genetic algorithm for path planning
resource-management
- 雷达资源管理代码,包括威胁度评估、系统仿真、自适应调度算法、基于遗传算法的自适应调度算法、基于时间指针的自适应调度算法。-Radar resource management code, including threat assessment, system simulation, adaptive scheduling algorithm, adaptive scheduling algorithm based on genetic algorithm, based on the time po
genetic
- 用遗传算法编的求解最优潮流的目标函数和住程序-Optimal Power Flow with genetic algorithm programmed objective function and live program
GenAlEx-6.5-Download
- GENALEX软件是一种在Microsoft Excel程序中运行的跨操作系统平台的居群遗传分析软件包-GENALEX software across operating system platforms running a Microsoft Excel program population genetic analysis software package
GA-for-course-tsp
- 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
GA
- matlab中编的基于遗传算法的转子故障特征选择的小程序,新手程度,仅供参考-matlab in the series based on genetic algorithm rotor fault feature selection of small programs, novice level, for reference only
Binary-GA
- code of binary genetic algorithem
Ca_seri
- genetic algorithm for capacitor location
MOEAD_KNAPSACK
- MOEAD code for solving multi objective optimisation problem using Genetic algorithm
kelong
- 遗传免疫算法的最短路径求取,用matlab语言实现,可对机器人的路径进行规划。-The shortest path to strike a genetic immune algorithm, using matlab language, can robot path planning.
assign2
- tsp using genetic agorithm
TANK-MODEL
- 可用于水利行业的洪水预报研究,该模型参数采用遗传算法自动调节,能很快得出结果(包括场次洪水预报和长时间系列的预报)-Can be used for prediction of flood water industry, the model parameters using genetic algorithms automatically adjust quickly obtain results (including screenings of flood forecasting and tim
knapsack
- The zip file contain a program on solving knapsack problem using genetic algorithm.