Welcome![Sign In][Sign Up]
Location:
Search - multi objective optimization matlab code

Search list

[matlabMatlabVB

Description: MATLAB具有强大的科学计算功能, 含有大量多目标优化分析函数。依据技术将函数在 环境下进行调用, 进行多目标优化集成系统开发, 实现数据的自动输入和输出功能, 编制了MATLAB与VB的数据接口代码, 提出程序设计时应注意的问题。-MATLAB has powerful scientific computing functions, contains a large number of multi-objective optimization analysis function. Based technology will function in the environment calls for multi-objective optimization of integrated system development, automated data input and output functions, the preparation of the MATLAB data interface with the VB code, the program design should pay attention to the problem.
Platform: | Size: 521216 | Author: 文华 | Hits:

[AI-NN-PRmulti-ga

Description: 自己编的遗传算法同BP神经网络结合的代码!并且在神经网络模型上进行多目标寻优,结果有doc文档详细说明!实现BP-GA多目标优化应用实例!-Own genetic algorithm with BP neural network combined with the code! And in the neural network model for multi-objective optimization, the result document has a detailed description doc! Realize BP-GA multi-objective optimization application examples!
Platform: | Size: 78848 | Author: ym | Hits:

[matlabduomubiao

Description: 出自一本书中的解决多目标优化问题的MATLAB代码-From a book to solve multi-objective optimization problem of MATLAB code
Platform: | Size: 1024 | Author: 翟晶 | Hits:

[AI-NN-PRMOEA-NSGA-II

Description: NSGA-II多目标优化的matlab代码-NSGA-II multi-objective optimization matlab code
Platform: | Size: 370688 | Author: gitry | Hits:

[Mathimatics-Numerical algorithmsBFO

Description: 细菌觅食随机优化论文及matlab源码。该算法属于进化算法的一种,可以处理全局优化、多目标优化、约束优化和动态优化等问题。-Bacterial feeding stochastic optimization papers and matlab source code. The algorithm belongs to a kind of evolutionary algorithm that can deal with global optimization, multi-objective optimization, constrained optimization and dynamic optimization problems.
Platform: | Size: 2452480 | Author: bxingliu | Hits:

[Compress-Decompress algrithmsm

Description: 本代码的作用是用进化算法进行多目标优化,编辑语言是MATLAB。-The role of this code is to use multi-objective optimization evolutionary algorithms, editing, language is MATLAB.
Platform: | Size: 385024 | Author: zhanglubing | Hits:

[matlabfdo

Description: 多目标优化的源程序,自己写的,给大家分享分享-a original Matlab code for multi-objective optimization problem,just for sharing
Platform: | Size: 1024 | Author: betterpxb | Hits:

[matlabpso_multidim

Description: 多维粒子群优化算法的matlab代码,可求解多目标问题-Multidimensional particle swarm optimization matlab code, multi-objective problem can be solved
Platform: | Size: 4096 | Author: | Hits:

[matlabMulti-objective-search-algorithm

Description: 基于粒子群算法的多目标搜索算法,基于matlab仿真源程序代码,用于学习matlab算法设计的一个很好的例子-Multi-objective search algorithm based on particle swarm optimization algorithm, based on the Matlab simulation source code for a good example to learn matlab algorithm design
Platform: | Size: 3072 | Author: 林国虎 | Hits:

[matlabVPpso

Description: 由于PSO工具箱较难开发出多目标优化,采用MATLAB编写程序,得出VPPSO的源代码,进行优化设计,效果不错,希望和大家一起学习,共同进步-The PSO toolbox more difficult to develop a multi-objective optimization using MATLAB program, to draw VPPSO the source code, optimized design, good results, and we hope that with learning and common progress
Platform: | Size: 3072 | Author: 王静平 | Hits:

[matlabdmpyhMATLAB

Description: matlab代码,多目标优化,遗传算法,主要是两个目标-matlab code, multi-objective optimization, genetic algorithms, mainly two objectives
Platform: | Size: 8192 | Author: 郝震宇 | Hits:

[matlabYICHUANSUANFA

Description: 基于遗传算法的多目标函数优化在matlab中的实现,主要内容就是源代码-Based on genetic algorithm for multi-objective optimization in matlab to achieve, the main content is the source code
Platform: | Size: 4096 | Author: XUJINGMING | Hits:

[CSharpOptimizeFunc

Description: 利用C#实现C#语言与matlabM文件之间的相互调用,该代码实现了利用C#调用matlab编译多目标优化算法-Using c# to achieve the interaction between the c# language and matlabM file invocation, the compiled code implements the use of c# call matlab multi-objective optimization algorithm
Platform: | Size: 2048 | Author: 王坎 | Hits:

[matlabparticle-swarm-algorithm

Description: 该资料为多目标粒子群求优MATLAB代码。改进的多目标粒子群算法,包括多个测试函数 对程序中的部分参数进行修改将更好地求解某些函数-The data is a multi object particle swarm optimization MATLAB code. The improved multi-objective particle swarm optimization algorithm, including the number of test functions in the program to modify some of the parameters will be better to solve certain functions
Platform: | Size: 7168 | Author: Barney | Hits:

[matlabmultiobjectiveoptimization

Description: 利用并列选择法实现遗传算法多目标优化问题的matlab代码-Achieve genetic algorithm for multi-objective optimization problem optimization matlab code utilizes parallel selection method
Platform: | Size: 1024 | Author: | Hits:

[matlabNAGS2-matlab-code

Description: NAGS2的代码,解决多目标优化问题,多目标问题可自己写,也可以我提供的,我只是提供了几个简单的多目标问题-NAGS2 code, solve the problem of multi-objective optimization, multi-objective problem can write your own, or you can provide me, I just offer a few simple multi-objective problem
Platform: | Size: 13312 | Author: 温锦辉 | Hits:

[Othermultiobjectiveoptimization

Description: 遗传算法代码, 由 matalb编写 多目标优化遗传算法求解(Genetic algorithm code, written by MATALB. Multi-objective optimization genetic algorithm)
Platform: | Size: 1024 | Author: 炫蓝天雪 | Hits:

[matlab经典测试函数-MATLAB

Description: 多目标优化中经典的测试函数MATLAB代码(Classical test function matlab code in multi objective optimization)
Platform: | Size: 9216 | Author: zhinengdong | Hits:

[AI-NN-PR多目标优化进化算法

Description: 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment. In foreign literature, the open source code of this algorithm is developed, and the program runs fast and has high precision)
Platform: | Size: 361472 | Author: taiyuanwang | Hits:

[Mathimatics-Numerical algorithms基于matlab多种群粒子群算法求解多目标优化问题

Description: 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation project content, the source code with the relevant instructions, and run no problem, we can refer to)
Platform: | Size: 1024 | Author: 古月088376 | Hits:
« 12 »

CodeBus www.codebus.net