搜索资源列表
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
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
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
Objective-C-Coding-Style-Guidelines
- 参考Apple Coding Guidelines for Cocoa, Google Objective-C Style Guide, Three20 Source Code Style Guildelines,并结合自己的实际情况总结了一份编码规范。自己在实行的过程中确实感觉到代码更加清晰了,看上去也“专业”了。希望对编码尚不规范的童鞋有所帮助。-Reference Apple Coding Guidelines for Cocoa, Google Objective-C Style Gui
NSGA-II
- 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
C
- 【问题描述】 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为"文学研究助手"。 【基本要求】 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 -【Descr iption】 literature research issues need statistics in an article in En
C++youhuajisuan
- 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
mpowell.c
- 优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
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)
NSGA-code-in-C-(for-Windows-and-Linux)-original.r
- Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization
dmp
- 虽然方式的C + +消息传递速度快于Smalltalk或Objective - C的它的方式,有时Smalltalk或Objective - C语言的灵活性是必要的。这一点本文介绍如何在C + +最少的代码实现动态消息传递是有可能的。 -Although the way C++ does message passing is much faster than the way Smalltalk or Objective-C does it, sometimes the flexibility
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.
c
- 工程优化——黄金分割法,用于解决一维n次的目标函数-Engineering Optimization- golden section method for solving one-dimensional objective function n times
模糊C均值聚类算法
- 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classifi