登录
首页 » matlab » NSGAII-and-MOEA-D-master

NSGAII-and-MOEA-D-master

于 2020-09-18 发布
0 128
下载积分: 1 下载次数: 3

代码说明:

说明:  多目标优化算法,其中含有10种不同种类的多目标优化算法如NSGA NSGA_II,含测试函数能直接运行。(Multi objective optimization algorithm, including test function, can run directly.)

文件列表:

NSGAII-and-MOEA-D-master\CrowdDistances.m, 817 , 2020-04-16
NSGAII-and-MOEA-D-master\DrawGraph.m, 2234 , 2020-04-16
NSGAII-and-MOEA-D-master\EqualWeight.m, 380 , 2020-04-16
NSGAII-and-MOEA-D-master\Gen.m, 1206 , 2020-04-16
NSGAII-and-MOEA-D-master\GetUserInput.m, 846 , 2020-04-16
NSGAII-and-MOEA-D-master\GUI.m, 3954 , 2020-04-16
NSGAII-and-MOEA-D-master\main.m, 433 , 2020-04-16
NSGAII-and-MOEA-D-master\Mating.m, 1128 , 2020-04-16
NSGAII-and-MOEA-D-master\MOEAD.m, 3606 , 2020-04-16
NSGAII-and-MOEA-D-master\NonDominateSort.m, 2393 , 2020-04-16
NSGAII-and-MOEA-D-master\NSGAII.m, 2561 , 2020-04-16
NSGAII-and-MOEA-D-master\NSGA_Gen.m, 2521 , 2020-04-16
NSGAII-and-MOEA-D-master\Objective.m, 3721 , 2020-04-16
NSGAII-and-MOEA-D-master\README.md, 36 , 2020-04-16
NSGAII-and-MOEA-D-master, 0 , 2020-09-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • itoolbox
    协同区间偏最小二乘 siPLS算法是 N rgaard等对其提出 的 iPLS方法的改进, 其基本算法步骤如下:(1)对原始谱图进行 预处理;(2)在全谱范围内建立全局偏最小二乘模型, 即上节的 模型;(3)在整个光谱区间采用 iPLS建立多个等窗口宽度的子 区间, 假设为 n个;(4)在每个子区间上建立偏最小二乘法模型, 即可得到 n个局部模型;(5)以交叉验证时的均方根误差 RMSE 值为各模型的精度衡量标准, 比较全光谱模型和各局部模型的 精度;(6)组合精度最高的局部子区间为新的回归区间;再在新 的回归区间建立 siPLS模型(Cooperative interval partial least squares (siPLS) algorithm is proposed by N rgaard et al. The improvements of the iPLS method are as follows: (1) the original spectrogram is performed. Preprocessing; (2) establishing a global partial least squares model in the full spectrum, that is, the upper part of the model. Model; (3) use iPLS to establish multiple equal window widths in the whole spectral interval. The interval is assumed to be n; (4) a partial least squares model is established on each sub interval. N local models can be obtained; (5) the root mean square error of cross validation is RMSE The values are the accuracy criteria of each model, and the comparison between the full spectral model and the local models is made. (6) the local interval with the highest combined precision is a new regression interval; and then new. The establishment of siPLS model in the regression interval)
    2018-06-28 10:14:57下载
    积分:1
  • classic games, TC produced using a simple algorithm, and features simple, thank...
    迷宫求解经典游戏,采用TC制作,算法简单,功能简单,-classic games, TC produced using a simple algorithm, and features simple, thank you
    2022-03-29 13:50:32下载
    积分:1
  • 相似度
    说明:  VB小工具检测两段文字的相似度是否》50%(visual basic check two word)
    2020-06-22 14:20:02下载
    积分:1
  • 简单的扫雷游戏是我的,从分析窗口功能的游戏,应用程序…
    简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visual C is a functional module to the specific method, and provides procedures for the preparation of small game and the general method of Visual C skills to use.
    2022-04-13 13:41:06下载
    积分:1
  • GA
    说明:  使用遗传算法解决空战火力分配问题,是一种最基本的算法(Solving Air Combat Firepower Allocation Problem by Using Genetic Algorithms)
    2019-04-14 14:45:21下载
    积分:1
  • 游戏贪吃蛇双人版程序及代码,学习编程可以适当参考。
    游戏贪吃蛇双人版程序及代码,学习编程可以适当参考。-Double Snake game version of the procedures and code, programmers can learn the appropriate reference.
    2022-10-20 11:55:03下载
    积分:1
  • (林茂庸著)雷达信号理论的MATLAB
    说明:  雷达信号理论主要包括匹配滤波理论,雷达模糊函数,雷达性能分析,雷达信号分析和雷达信号设计等内容(Radar signal theory mainly includes matched filtering theory, radar ambiguity function, radar performance analysis, radar signal analysis and radar signal design.)
    2019-03-03 15:24:03下载
    积分:1
  • SurrogateOptimizationModule_FileExchange
    实现rbf以及kriging等代理模型的构造并实现EGO算法优化(Realizing the construction of RBF and Kriging agent model and optimizing the EGO algorithm)
    2020-08-12 20:48:27下载
    积分:1
  • .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。...
    .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。-. net environment to c# achieve eight digital game algorithms, including three ai algorithm, can freely enter the numerical ratio on the performance of various algorithms.
    2022-05-16 02:16:54下载
    积分:1
  • 宾馆信息管理系统课程设计报告
    说明:  保证客人预订、退订客房准确得到回应, 保证客人入住、店内消费得到良好的管理, 保证客人换房得到良好的回应, 保证客人结算准确良好的管理, 保证客房状态及时更改以便于查询预订, 保证特殊人群的特殊服务(贵宾卡), 保证财务结算准确高效(入账:客人结算,出账:工资发放、日常维修、水电费以及押金的管理), 贵宾卡的发放(累计消费达到一定数目), 关于团体入住要保证客房的合理安排。(Ensure guest's reservation and room return are accurately answered. Ensure that guests are admitted and store consumption is well managed. Ensure a good response to the guests' room change. Ensure the accurate and good management of the guests. Ensure timely change of guest room status to facilitate booking enquiries. To ensure special services for special populations (VIP cards). Ensure that the financial settlement is accurate and efficient (Accounting: customer settlement, payment: payroll, daily maintenance, water and electricity charges and deposit management). The issuance of VIP cards (cumulative consumption reached a certain number). For group occupancy, ensure reasonable arrangement of guest rooms.)
    2018-05-14 16:58:23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载