登录
首页 » matlab » NSGAII-有约束限制的优化问题

NSGAII-有约束限制的优化问题

于 2021-02-05 发布
0 127
下载积分: 1 下载次数: 17

代码说明:

说明:  基于NSGA-II的有约束限制的优化问题实例matlab编程代码(Matlab programming code based on nsga-ii constrained optimization problem)

文件列表:

NSGAII-有约束限制的优化问题\crowding_distance.m, 465 , 2019-06-09
NSGAII-有约束限制的优化问题\initialize_pop.m, 612 , 2019-06-09
NSGAII-有约束限制的优化问题\nondominate_sort.m, 1225 , 2019-06-09
NSGAII-有约束限制的优化问题\NSGAII_CV_main.m, 1635 , 2019-07-21
NSGAII-有约束限制的优化问题\plot_front.m, 471 , 2019-06-09
NSGAII-有约束限制的优化问题\polynomal_mutate.m, 572 , 2019-06-09
NSGAII-有约束限制的优化问题\set_problem.m, 673 , 2019-06-09
NSGAII-有约束限制的优化问题\simulated_binary_cross.m, 819 , 2019-06-09
NSGAII-有约束限制的优化问题\sort_pop.m, 333 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function\Constr_EX.m, 89 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function\Constr_EX_CV.m, 216 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function\CTP1.m, 94 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function\CTP1_CV.m, 265 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function\Osyczka_Kundu.m, 420 , 2020-01-29
NSGAII-有约束限制的优化问题\test_function\Osyczka_Kundu_CV.m, 236 , 2020-01-29
NSGAII-有约束限制的优化问题\test_function_result_plot\Constr-EX.fig, 21948 , 2019-07-21
NSGAII-有约束限制的优化问题\test_function_result_plot\CTP1.fig, 26962 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function_result_plot\Osyczka-Kundu.fig, 21799 , 2019-07-21
NSGAII-有约束限制的优化问题\tournament_select.m, 349 , 2019-06-09
NSGAII-有约束限制的优化问题\test_function, 0 , 2020-01-29
NSGAII-有约束限制的优化问题\test_function_result_plot, 0 , 2020-01-11
NSGAII-有约束限制的优化问题, 0 , 2020-01-11

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

发表评论

0 个回复

  • smart-home-qt
    说明:  一个带界面的远程控制APP,可以实时显示室内温度湿度,光照强度(A remote control APP with interface can display indoor temperature, humidity and illumination intensity in real time.)
    2020-06-18 16:20:02下载
    积分:1
  • QC software, a very user
    QC软件,非常好用的一个软件, 可自动给QC洗澡喂食-QC software, a very user-friendly software that can automatically to the QC bath feeding
    2022-05-25 00:26:11下载
    积分:1
  • Gardner位同步分享所需要资料
    接收端时间同步环仿真,包括插值滤波器、环路滤波器、GARDNER算法以及数字控制振荡器(Receiver time synchronization loop simulation, including interpolation filter, loop filter, GARDNER algorithm and digital controlled oscillator)
    2018-03-12 14:45:35下载
    积分:1
  • mocexishuquxian3
    说明:  这个程序用于MATLAB中,可以打开多个TXT文件,并保存成mat格式的文件,接着继续绘制图形,最后根据曲线的情况,可以进行最小二乘的拟合。(This program is used in MATLAB. It can open multiple TXT files and save them in mat format. Then it can continue to draw graphics. Finally, according to the situation of the curve, it can be fitted by least squares.)
    2020-06-25 14:20:01下载
    积分:1
  • The game is similar to the keyboard
    该游戏类似键盘游戏。练习的键盘速度,很有趣。-The game is similar to the keyboard-based games. Exercise keyboard speed, very interesting
    2022-02-15 00:09:14下载
    积分:1
  • 就是个程序的排序比较中的一个控制,是正式发布前的实验品.还可以吧.应该有一点参考价值....
    就是个程序的排序比较中的一个控制,是正式发布前的实验品.还可以吧.应该有一点参考价值.-is in process of ordering more of a control, was released before the experiment. It can also. There should be little reference value.
    2022-10-06 15:55:03下载
    积分:1
  • DSP LF2407A 板上存储器例程 已跑通了
    DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
    2022-11-26 09:50:03下载
    积分:1
  • Programming.Pearls--(2)
    编程珠玑中文第二版.pdf(包括源码) 本书是计算机科学方面的经典名著,原名Programming Pearls Second Edition 书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有很高的阅读价值。. (Programming Pearls Chinese second edition. Pdf (including source code) This book is in computer science classics, formerly Programming Pearls Second Edition Contents of the book focus on program design were faced with a series of practical issues. Author Jon Bentley its unique insight and creativity, to guide readers to understand the issues and learn solutions, which is what the programmer actual programming career essential. The book features through some interesting and well-designed program is instructive, for practical programming skills and basic design principles and wise conduct a thorough description of the problem for complex programming provides a clear and complete solution ideas. Book for all levels of programmers have a high value of reading. .)
    2013-08-22 11:13:49下载
    积分:1
  • jquery全屏图片滑动
    说明:  底部由CSS过渡效果的焦点按钮,焦点按钮可以直接点击滑动到相应(Focus button with CSS transition effect at the bottom. Focus button can be clicked and slid directly to the corresponding button.)
    2019-03-27 14:12:33下载
    积分:1
  • zc
    说明:  联锁软件,进路建立、进路取消,采用C++编写(Interlocking software, in-road establishment, road cancellation, written by C)
    2019-06-15 19:19:38下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载