搜索资源列表
mopsoC
- 使用C 语言编写的 多目标的粒子群优化算法 MOPSO 可以运行 内含测试函数 可以多功能运行-Using the C language for multi-objective particle swarm optimization algorithm MOPSO can run embedded test function can be multi-run
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
report
- 自己为福建金鹿集团食堂刷卡系统(三科达智能ID卡消费系统),报表功能模块,主要是原来消费系统报表统计速度太慢,并且不能导出EXCEL,所以自己给写了个小程序,优化了一下统计算法,并增加了报表导出功能。(附原来的消费系统+报表小程序)-Themselves as Fujian Deer Group canteen card system (c Kodak smart ID card consumer systems), statements of functional modules, mainl
pso1
- 关于粒子群算法的c语言程序,可以用于函数优化,极其方便-About Particle Swarm c language program that can be used for function optimization, extremely convenient
BFGS
- 最优化方法作业 BFGS方法 有算法分析 步骤 实例 实验结果和C++源程序-Operations optimization algorithm analysis step BFGS method is an instance of experimental results and the C++ source code
GENETIC
- VC写的一个遗传算法优化的C++类,根据对于初次接触遗传算法的很有用。-Genetic C++class,which is importmant to new comer want to study genetic.
russian_doll
- 俄罗斯套娃,源程序。快速开始...简单优化,效率高,时间短,最优化算法-visual c++
Genetic-optimization-of-C-clustering
- 运用遗传优化算法优化模糊C均值聚类,通过全局自适应寻优,寻找出更为精确的模糊聚类中心-Using genetic optimization algorithm to optimize the fuzzy C-means clustering, global adaptive optimization to find a more precise fuzzy clustering center
GAFCM
- matlab编写的遗传算法优化的模糊C均值聚类算法-genetic algorithm optimize Fuzzy C means algorithm
利用PSO算法优化求解PID参数
- PSO粒子群优化的PID参数,通过matlab平台C语言来编写,达到优化控制的目的(PSO particle swarm optimization PID parameters, through the MATLAB platform C language to write, to achieve the purpose of optimization control)
nsga2-v1.1
- nsga算法在linux上的C程序,多目标优化程序。官方原版(NSGA algorithm on the Linux C program, multi objective optimization program. Official original)
FCFS优化
- 操作系统调度算法 先来先服务 给大家参考一下(this is a code about fcfs very easy but useful)
ShowPicture
- 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。(I finished retouching softwar
2016.09.05CS_PSO
- 以优化SVM算法的参数c和g为例,对FA(萤火虫算法)MATLAB源码进行了逐行中文注解。(The firefly algorithm is based on the development of the bioluminescent biological characteristics of the natural world and is also based on the stochastic optimization algorithm of the population. There
蚁群算法的能量有效EEABR
- ACO蚁群优化算法 针对能量有效的ACO蚁群优化算法的程序,C++语言实现,对研究蚁群优化的小伙伴有所帮助(The program for the efficient ACO ant colony optimization algorithm, the implementation of the C++ language, is helpful to the small partners studying the ant colony optimization)
psoSVM
- 采用粒子群算法优化支持向量机的两个参数c与g,以进行后续的实验(Particle swarm optimization (PSO) is used to optimize two parameters c and G for support vector machines for subsequent experiments)
MOEA-D-Continuous
- 多目标优化算法,涉及两种聚集函数,切比雪夫与边界交叉,ZDT系列测试函数,双目标与三目标(MOEA/D,this algorithm is a typical MOEA.)
Vissim
- 实现c#连接vissim,并用pso算法优化交叉口信号配时,(vissim pso Intersection Signal)
mopso
- MOPSO多目标粒子群优化算法c++实现(内附其对应论文),其代码写作规范具有参考价值,其对应论文供大家学习与交流。(MOPSO multi-objective particle swarm optimization algorithm c++ implementation (with its corresponding papers), its code writing specification has a reference value, the corresponding papers
模糊聚类R代码
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori