登录
首页 » C# » 标准NSGA-II算法基于实数和二进制

标准NSGA-II算法基于实数和二进制

于 2022-01-25 发布 文件大小:24.02 kB
0 163
下载积分: 2 下载次数: 2

代码说明:

NSGA的特征:  l       非支配排序(Non-Dominated Sorting):¡      进化过程中,将当前父代群体进行交叉和变异得到子群体,将两个群体合并。¡      在目标空间中按照Pareto最优关系将群体中个体两两按其目标函数向量进行比较,将群体中所有个体分成多个依次控制的前沿层(front)。l       适应度共享(fitness sharing):¡      在进化过程中必须采用某种策略来保持群体的多样性,防止群体最终只收敛到个别少数解上(即早熟收敛);¡      NSGA方法为同一层的个体指定相同的适应度,从而为了保证种群的分布多样性;¡      对于接近到了一定距离以后的个体,利用对适应度打折扣的方法提高frontier的被覆盖性;¡      因为在最前沿的个体具有最大的适应度,所以被传递到下一代的可能性也就越大。u     NSGA-II相对于NSGA方法的改进:l       在NSGA-II中,除了非支配排序以外的部分,与NSGA完全不同的运算规则。l       在NSGA-II中,全面引入存档(archive)这个的概念。¡      Pareto frontier的前进、扩大和NSGA相比,变得更加可靠 ;¡      因为父代探索种群是从archive中根据淘汰选择生成的,对Pareto优越性高的个体,施加大的选择压(在后面详细叙述)。¡      这个特征,表现为较高的Pareto frontier的前进能力。l       作为NSGA中的适应度共享的替换方法,导入了“拥挤距离”和“

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

发表评论

0 个回复

  • videotrackframe
    视频采集,视频处理,视频跟踪,对视频监控很有帮助(Video capture, video processing, video tracking, video surveillance helpful)
    2010-05-11 10:16:55下载
    积分:1
  • supermario
    这是一个模仿任天堂经典游戏《超级玛丽》的克隆游戏。目前支持windows 和linux两种操作系统。你应该已经得到了这个游戏的全部源代码和地图编辑器 的源代码。地图编辑器( MapEdit目录下 )使你可以充分发挥想象力,轻而易举 地创造出游戏中的关卡 (This is a mimic classic Nintendo game " Super Mario" games Cloning. Currently supports two types of windows and linux operating system. You should have been the game all the source code and map the source code editor. Map Editor (MapEdit directory) allows you to give full play to the imagination, easy to create in-game points)
    2009-02-02 12:30:56下载
    积分:1
  • BlueTooth4.0
    这是蓝牙4.0的规范说明文档,对于了解4.0协议有所帮助。(This is the Bluetooth 4.0 specification document helpful for understanding the 4.0 protocol.)
    2013-10-14 21:50:52下载
    积分:1
  • c++ MFC
    MFC基于c++语言,功能强大,界面开发的时候,对控件,如按钮,编辑框,对话框,进度条等的操作是基本的。带控件提示信息的对话框程序,可以增加对基本控件的认识,对进一步学习打下坚实的基础。
    2023-01-09 08:20:03下载
    积分:1
  • 配电网零序电流故障定位方法在PSCAD中的模型搭建zerosimulation
    配电网零序电流故障定位方法在PSCAD中的模型搭建,可以调整故障类型和短路电阻等进行故障模拟(The fault location method of zero sequence current in distribution network is built in PSCAD, which can adjust the fault type and short circuit resistance. )
    2021-02-27 18:59:36下载
    积分:1
  • MCU
    单片机开发源码,用于实现FPGA数据向单片机发送数据,转换成USB协议后传输到电脑上(MCU development source for implementing FPGA data to the microcontroller to send data, convert the USB protocol transmitted to the computer)
    2015-09-16 22:30:34下载
    积分:1
  • YiJunRSexperiment_2005
    读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。(Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.)
    2009-04-04 01:35:26下载
    积分:1
  • tttjwrm6
    说明:  dongle蓝牙适配器(a2dp_source_dongle)源代码,支持A2DPAV,HSP和HSP 协议(Dongle Bluetooth Adapter (a2dp_source_dongle) source code, supporting A2DPAVHSPH and HSP protocols)
    2019-01-05 23:42:43下载
    积分:1
  • xna游戏入门代码,非常的实用,主要面向C#的游戏编程,如果有兴趣,大家可以下载学习学习...
    xna游戏入门代码,非常的实用,主要面向C#的游戏编程,如果有兴趣,大家可以下载学习学习-xna game entry code, very useful, mainly for C# game programming, if you" re interested, you can download to learn to learn
    2022-05-20 04:38:06下载
    积分:1
  • FaceSDK-master
    说明:  C# SDK for Face++ 人脸检测与分析 检测给定图片(Image)中的所有人脸(Face)的位置和相应的面部属性 检测模式可以是normal(默认) 或者 oneface 。在oneface模式中,检测器仅找出图片中最大的一张脸。 可以是none或者由逗号分割的属性列表。默认为gender, age, race, smiling。目前支持的属性包括:gender, age, race, smiling, 可以为图片中检测出的每一张Face指定一个不包含非法字符且不超过255字节的字符串作为tag,tag信息可以通过 /info/get_face 查询 检测给定人脸(Face)相应的面部轮廓,五官等关键点的位置,包括25点和83点两种模式。(Face Detection and Analysis Detecting the location and corresponding facial attributes of all faces in a given image The detection mode can be normal (default) or oneface. In oneface mode, the detector finds only the largest face in the picture. It can be none or a comma-separated list of attributes. The default is gender, age, race, smiling. Attributes currently supported include gender, age, race, smiling. Each Face detected in a picture can be tagged with a string that does not contain illegal characters and does not exceed 255 bytes. The tag information can be queried by / Info / get_face. The location of key points such as facial contour and facial features for a given face (Face) is detected, including 25 points and 83 points.)
    2020-06-22 20:40:01下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载