搜索资源列表
IAGA
- 应用改进自适应遗传算法结合最小二乘法求解优化参数,图形显示,运算快捷。-Application of improved adaptive genetic algorithm combined with least-squares method to optimize parameters, graphical display, fast computing
simple_genetic_algorithm
- 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
genetic
- 这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
GeneticAlgorithm
- Hill Climbing Wuth Genetic Algorithm Source Code
GaBin
- 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
ga
- Genetic algorithm to find optimal return-ordered portfolio
genalg
- It is simple genetic algorithm with different crossingover methods.
Scheduling_Scientific_Workflow_Applications_with_
- Grid technologies have progressed towards a service-oriented paradigm that enables a new way of service provisioning based on utility computing models, which are capable of supporting diverse computing services. It facilitates scientific applicat
genetic
- This is knapsack problem solution by genetic algorithm
viewcontent
- A Hybrid Genetic Algorithm for the Student- Aware University Course Timetabling Problem
genetic-algorithm
- 一个c语言的遗传算法的实例讲解。程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数。-this document give an example of genetic algorithm,which is very usefull for learning and using genetic algorithm.
A-Simple-CSharp-Genetic-Algorithm
- 遗传算法C#例子,包括遗传算法的整个思路和过程,常见参数的设置-Genetic Algorithm
genetic-algorithm
- 这是一个简单的遗传算法的实现。。。希望可以对研究遗传算法的初学者有所帮助-This is the realization of a simple genetic algorithm. . . I hope you can help beginners on the study of the genetic algorithm
genetic-algorithm
- C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
genetic-algorithm-cPP-implementation
- 简单的遗传算法c++实现,仅供参考,共同学习共同进步。-Simple genetic algorithm c++ implementation, for reference, shared learning and common progress.
TSP with Genetic algorithm
- this source for TSP with Genetic algorithm
genetic-algorithm-
- 该目录包含了matlab的遗传算法优化工具箱 。-This directory contains the Genetic Algorithm Optimization Toolbox for Matlab.
Genetic-algorithm-c-source-code-
- 多变量遗传算法C++版 测试通过 输入输出文件在源码中有说明 根据需要修改目标函数和变量数即可-Multivariate genetic algorithm C++ and the number of variables needed to
genetic-algorithm-with-vc-
- 本程序试用遗传算法来解决Rosenbrock函数的全局最大值计算问题-The trial program genetic algorithm to solve the problem of global maximum Rosenbrock function calculation
matlab-genetic-algorithm
- 遗传算法计算二元函数的极值问题,值得研究,与其他算法比较-a genetic algorithm is given to solve a simple binary function’s extremum problem.