搜索资源列表
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
c_for_GA
- 应用c语言模拟遗传算法的计算权值,实现平台vc6.0 .-use c simulink the GA for weight
GA
- 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
GAonC
- This is a simple GA on C with source code
VRPH-1.0.0
- Furthermore, the simulator actually build in another algorithm - Dijikstra Algorithm. This algoritm is the best and fastest algo in solving shortest path problem. It s actually used to compare wtih GA in solving a specified situation. Simulator also
gac
- /* ga.c */ /* Genetic Algorithm Program */ /* By Will Lennon */-/* ga.c */ /* Genetic Algorithm Program */ /* By Will Lennon */
[My]Kruskal
- C Source Code for Genetic Algorithm (GA) in DCMST -C Source Code for Genetic Algorithm (GA) in DCMST
GA
- 通过遗传算法,c++编程实现,工程实际中一些问题。-GA algorithms by c++
GA-TSP
- TSP问题的遗传算法(GA)C++编程设计,需要自行编写输入数据文档即可-TSP Genetic Algorithem C++
tsp
- SA、GA、PSO解决TSP问题的C++源代码-SA, GA, PSO to solve the TSP problem. C++
code
- converted ga matlab code to c++ for solving scheduling problem
NHibernate-3.2.0.GA-bin
- C#mvc开发使用的spring框架包,C#mvc开发使用的spring框架包-C# spring mvc framework package developed using the
GABP
- 基于C++,的GA优化BP神经网络算法,有详细注释-Based C++, the GA optimization BP neural network algorithm, detailed notes
GA
- 遗传算法的c++源代码,仅仅包含杂交和变异,不包含迁移-GA c++ source code,only contains crossover and mutation, does not include migration
Optimal_location_of_STATCOM_in_multimachine
- a b s t r a c t A new metaheuristic method, the Cuckoo Search (CS) algorithm, based on the life of a bird family is proposed in this paper for optimal design of static synchronous compensator (STATCOM) in a multimachine environment. PV curves are i
GA_Algrithm
- 针对遗传算法有可能淘汰掉优秀种群的确定,对遗传算法做改进并用C++代码实现。-For genetic algorithm could eliminate the determination of good species, to do to improve the genetic algorithm (ga) and it is implemented in a c++ code.
GA-tsp
- 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)