搜索资源列表
NSGA(C++) 单目标遗传算法
- 单目标遗传算法c++ 本程序以调通,有充分的说明便于理解 须注明的是本程序来自于网络-single objective of the genetic algorithm c procedures to transfer links. Note fully annotated to facilitate understanding of the process from the network
MyPSO
- //开发平台:Microsoft .NET Framework 2.0,Microsoft Visual C# 2005 Express //日期:2005.3.12 //作者:刘波 //粒子群优化算法(PSO):本算法求目标函数的最小值-/ / development platforms : Microsoft.NET Framework 2.0, Microsoft Visual C# 2005 Express / / Date : 2005.3.12 / / Author : Liu Bo
gacode-in-c
- This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
K-均值聚类算法C++编程
- K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
deboor-cox.rar
- 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺
NSGA-II.非常强大的多目标遗传算法
- NSGA-2 一种非常强大的多目标遗传算法,本人已经把它调通.,NSGA-2 a very strong multi-objective genetic algorithm, I have to tune it pass.
nsga2_c_source.rar
- 实现遗传算法(GA)的多目标优化算法:NSGA-II算法。,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II algorithm.
NSGAII.rar
- 实现遗传算法(GA)的多目标优化算法:NSGA-II的MATLAB程序,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II of the MATLAB program
GAexamples1
- 单目标遗传算法优化的经典例子,从中既能很好的理解遗传算法的基本原理,又能快速学会GA的C++编程。-Single-objective genetic algorithm optimization of the classic examples, from both a good understanding of the basic principles of genetic algorithm, GA can quickly learn to the C++ Programming.
GAexamples2
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
GAexamples3
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming.
GAhead1
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
GAhead2
- 单目标遗传算法优化的经典例子c++源码,可以很好的理解GA的原理和学习编程。这3部分是头文件部分。-Single-objective genetic algorithm optimization of the classic examples c++ Source can be a very good understanding of the principles of GA and learning programming. This Part 3 is part of header file
Multiobjective-pso
- 多目标问题的粒子群优化算法实现,毕设时设计的,通过运行!-The issue of multi-objective particle swarm optimization algorithm, when the Bi-based design, by running!
mopso
- 此程序为多目标粒子群程序,开发软件为Visual C-This procedure for the multi-objective particle swarm procedures, to develop software for the Visual C++
NSGA-II(2000)
- 这是多目标优化问题的经典文章,值得研究。A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)-A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)
ga-and-mutil-objective
- 以C语言实现微遗传算法和多目标问题的源码。-C language source of micro-genetic algorithm and multi-objective problem.
c
- 实现遗传算法,基于遗传算法的水资源多目标优化问题的C程序。-Genetic algorithm, genetic algorithm-based water multi-objective optimization problem C program.
ABC.c
- 人工蜂群ABC算法的VC++源代码,在四个基准目标函数下,经仿真测试可成功运行,对刚接触ABC的初学者很有帮助-ABC VC++ artificial bee colony algorithm source code, in the four benchmark objective function, the simulation tests can be run successfully, very helpful for beginners new to ABC
Single-objective-GA-code-in-C
- 遗传算法,适用于单目标的优化情况,C语音编写-Genetic algorithms for optimization case of a single goal, C prepared speech