Welcome![Sign In][Sign Up]
Location:
Search - nsga-2

Search list

[AI-NN-PRk-meansgaijin

Description: 数据挖掘中的一个聚类算法k-means。-data mining clustering algorithm of a k-means.
Platform: | Size: 40960 | Author: 陈海山 | Hits:

[MPINSGA-II

Description: 演化、遗传计算方法NSGA2的源代码-evolution, genetic method NSGA2 the source code!
Platform: | Size: 151552 | Author: ccc | Hits:

[matlabSGALABbugfix

Description: 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binary single point int/real single point 5) encoding/decoding methods binary integer/real messy gray DNA permuation to fix the plot bugs for 4001 , download this file and replace old files. -Multi-objective genetic algorithm program to run Demo files, is to run SGALAB_demo_*. m what s new: 1) Multiple-Objective GAsVEGANSGANPGAMOGA2) More TSP mutation and Crossover methodsPMXOXCX EAXBoolmatrix3) More selection methodsTruncationtornamentstochastic4) mutation methodsbinary single pointint/real single point5) encoding/decoding methodsbinaryinteger/realmessygrayDNA permuationto fix the plot bugs for 4001, download this file and replace old files.
Platform: | Size: 79872 | Author: 馨竹 | Hits:

[matlabNSGA-II

Description: 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
Platform: | Size: 126976 | Author: 赵爽 | Hits:

[AI-NN-PRGA

Description: 由我收集或写出的GA源码,包括GA、SGA、AGA、TSPGA、GAPID、NSGA、NSGA2等。-From my collection or write source of the GA, including the GA, SGA, AGA, TSPGA, GAPID, NSGA, NSGA2 and so on.
Platform: | Size: 445440 | Author: | Hits:

[matlabNSGA-IIprato

Description: 一个matlab环境下编制的使用很方便的多目标程序-The preparation of a matlab environment is very convenient to use multi-objective procedure
Platform: | Size: 10109952 | Author: marry | Hits:

[matlabNSGA2(MATLAB)

Description: 利用MATLAB编写的简单的NSGA2程序 ,实用方便 -Prepared using a simple MATLAB program NSGA2, practical convenience
Platform: | Size: 20480 | Author: 最爱爽肤水 | Hits:

[Windows DevelopMOGA-SVM

Description: Moga- SVM procedures contain three documents : 1.moga 2.nsga
Platform: | Size: 115712 | Author: wasiswa | Hits:

[Mathimatics-Numerical algorithmsNSGA-II

Description: NSGA_2源程序代码,遗传算法,非常的全,很好用-NSGA_2 source code, genetic algorithm
Platform: | Size: 35840 | Author: 与亚 | Hits:

[AI-NN-PRnsga2-gnuplot-v1.1.tar

Description: NSGA-II uses non-dominated sorting for fi tness assignments. All individuals not dominated by any other individuals, are assigned front number 1. All individuals only dominated by individuals in front number 1 are assigned front number 2, and so on. Selection is made, using tournament between two individuals
Platform: | Size: 17408 | Author: krzysztof | Hits:

[Mathimatics-Numerical algorithmsGA_NSGA-II

Description: Develop the NSGA-II or SPEA2 multiobjective evolutionary algorithms to solve the multiobjective optimization problems.-Develop the NSGA-II or SPEA2 multiobjective evolutionary algorithms to solve the multiobjective optimization problems.
Platform: | Size: 3072 | Author: Su Yu-Jiun | Hits:

[AI-NN-PRNSGA-IIa

Description: 这是prof.kalyanmoy deb 和他的学生开发的非支配排序遗传算法。-This program is the implementation of the NSGA-2 proposed by Prof. Kalyanmoy Deb and his students .
Platform: | Size: 126976 | Author: 姜徐东 | Hits:

[Mathimatics-Numerical algorithmsNSGA-II

Description: nsga-2算法实现多目标优化,改进了nsga算法。是一种先进的遗传算法-nsga-2 multi-objective optimization algorithm, improved nsga algorithm. Is an advanced genetic algorithm
Platform: | Size: 155648 | Author: 吴昊 | Hits:

[AI-NN-PRMOEA-NSGA-II

Description: NSGA算法是遗传算法在多目标优化上的实现,NSGA-2则是NSGA算法的改进算法,该程序包能实现NSGA-2的多目标优化-NSGA algorithm is a genetic algorithm on a multi-objective optimization, NSGA-2 is the improved algorithm NSGA algorithm, the package can achieve multi-objective optimization NSGA-2
Platform: | Size: 392192 | Author: 徐清瑶 | Hits:

[matlabNSGA-2

Description: NSGA-II is a very famous multi-objective optimization algorithm. I submitted an example previously and wanted to make this submission useful to others by creating it as a function. Even though this function is very specific to benchmark problems, with a little bit more modification this can be adopted for any multi-objective optimization. The function is nsga_2(pop,gen). The input arguments for the function are population size and number of generations. For customization purposes the user is free to modify the objective function (function of several decision variables) by modifying an m file ( uate_objective.m). Couple of sample objective functions is already described in the file. The user also has the freedom to define the decision space.
Platform: | Size: 17408 | Author: snn | Hits:

[matlabNSGA-II

Description: 多目标进化算法,带精英策略的非支配选择遗传算法(multi-objective evolution algorithm)
Platform: | Size: 40960 | Author: free02 | Hits:

[多目标遗传算法matlab程序

Description: 多目标遗传算法,实现多目标优化,优化结束之后可用topsis方法进行选取(NSGA 2 ,After the optimization can be used topsis method to select)
Platform: | Size: 178176 | Author: 詹姆斯001 | Hits:

[matlabNSGAⅡ

Description: 利用NSGAⅡ算法处理多目标优化问题,测试函数包括ZDT1,2,3; DTLZ1,2,3。包含测试函数的真实前沿面数据。(NSGA II algorithm is used to deal with multi-objective optimization problems. The test functions include ZDT1,2,3 and DTLZ1,2,3. Contains the real frontier data of the test function.)
Platform: | Size: 1088512 | Author: 陈情11 | Hits:

[matlabNSGA2。5

Description: 多目标算法NSGA-2,亲测可用,求解方便,matlab编写,其中测试函数为ZDT1(Multiobjective algorithm NSGA-2, which can be used for pro-test and easy to solve, is compiled by matlab. The test function is ZDT1.)
Platform: | Size: 4096 | Author: dengchen | Hits:

[matlabNSGA2 eva

Description: nsga-2 遗传算法,应用于ieee-33节点系统中,方便快捷,好用。(Nsga-2 genetic algorithm is applied in ieee-33 node system, which is convenient, fast and easy to use.)
Platform: | Size: 27648 | Author: realnamed | Hits:
« 1 2 34 »

CodeBus www.codebus.net