-
nsga2.tar
这段代码描述多目标遗传算法NSGAII算法的实现,抓要包含三部分:Non-dominated sort, Crowding distance assignment, the selection process来找到pareto-front(The basic operations being performed and the worst case complexities associated with are as follows:
Multi-objective evolutionary algorithms which uses non-dominated sorting to find pareto front. It is consist of tree parts:
• Non-dominated sort returns a list of the non-dominated fronts F. (O(mN 2 ))
• Crowding distance assignment is O(mNlogN)
• The crowed comparison operator (Sort on ≥ n) guides the selection process at the various stages of the algorithm towards a uniformly spread out Pareto-optimal front. (O(2Nlog(2N))))
- 2016-09-28 16:50:08下载
- 积分:1
-
rtmplite-master
The siprtmp module implements a SIP-RTMP gateway. Please see the google code project for details on demo instructions and support information. The project description is contained in siprtmp.py file itself. The command line of siprtmp is same as rtmp, hence just replce rtmp by siprtmp in the following example to start the gateway.
- 2019-06-28 08:03:42下载
- 积分:1
-
rtyt
Note that documents referenced in the that still say Chrysler are valid and applicable
- 2018-02-26 09:39:57下载
- 积分:1
-
Python基础教程(第3版) - 2017
说明: Python基础教程(第3版),2017年出版,学习python的好工具。(Python Basic Tutorial (3rd Edition))
- 2020-06-16 14:34:28下载
- 积分:1
-
WassersteinGAN-master
说明: WGAN是GAN的一种改进,具有较好的鲁棒性(WGAN is an improvement of GAN and has better robustness.)
- 2020-06-17 16:40:02下载
- 积分:1
-
compute-stress
abaqus的python脚本开发,计算平均应力(abaqus python script development, calculate the average stress)
- 2020-06-29 05:40:01下载
- 积分:1
-
BP神经网络实例及代码分析(python+tensorflow)
说明: BP神经网络实例及代码分析(python+tensorflow)(BP neural network example and code analysis (Python + tensorflow))
- 2020-08-06 15:47:47下载
- 积分:1
-
Image-Steganography-ICS-project--master
图片隐写算法实现,采用python代码实现。(Picture steganography.)
- 2020-06-17 06:40:01下载
- 积分:1
-
z
说明: 文档详细介绍了随机森林和决策树概念应用并附有相关代码,可运行(The document details the conceptual application of Stochastic Forest and decision tree)
- 2019-07-22 16:11:06下载
- 积分:1
-
python pca svm
说明: python实现人脸识别,通过pca进行降维然后使用SVM算法进行分类(Python realizes face recognition, dimensionality reduction through pca and classification by SVM algorithm)
- 2019-03-05 17:41:56下载
- 积分:1