搜索资源列表
gads
- 自用遗传算法工具箱,很全,我一直使用着,有问题可与我联系-Genetic Algorithm Toolbox for personal use, it is full, I had been using, there are problems to contact me
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
sheffield-GA----GeneticAlgorithms
- 强大的遗传算法工具!英国sheffield大学的遗传算法工具箱-Powerful tool for genetic algorithm! Sheffield United Kingdom University of Genetic Algorithm Toolbox
datamining
- 数据挖掘相关算法集合,有聚类、神经网络、遗传算法等的代码实现-Data mining correlation algorithm collection has clustering, neural networks, genetic algorithms, such as the code implementation
selest
- 关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。-How about some algorithm to generate a new member of the selection method, particle swarm optimization, genetic algorithms and other algorithms can be used.
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
GSA_FloorplanDesign
- This file contains a complete project on implementing mixed Genetic and Simulated Annealing alghorithms in try of solving Floorplan Design problems. In the code you can easily change some basic functions as population, temprature, it s changes. You c
program_before
- about saham predict with genetic algoritm and neural network. this program can prediction the flowing of saham.
genetic
- This is knapsack problem solution by genetic algorithm
ga.py
- Pyhton Implementation of Genetic Algorithm Using Classes. This one is pretty easy and works fine for any TSPLIB problems.
viewcontent
- A Hybrid Genetic Algorithm for the Student- Aware University Course Timetabling Problem
Genetic-Algorithm_C
- 用C语言编写的遗传算法程序。本示例程序适合用于求解正的最大值问题。 本程序的示例函数是:x[1]^2-x[1]*x[2]+x[3].-With a genetic algorithm written in C language programs. This sample program is suitable for solving the maximum problem. Sample function of this procedure is: x [1] ^ 2-x [1]* x [2]+
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