登录
首页 » Python » jMetalPy-master-python

jMetalPy-master-python

于 2020-10-06 发布 文件大小:560KB
0 113
下载积分: 1 下载次数: 33

代码说明:

  用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2017), including multi-objective evolutionary algorithm and the most common new literature in the new algorithm, can realize the performance between different methods (including the common GD, IGD, HV and other evaluation index generation). It can be used as a reference for evolutionary computation, multi-objective optimization and single objective optimization. Python language version is simple and easy to understand, practical.)

文件列表:

jMetalPy-master-python\jMetalPy-master\.gitignore
jMetalPy-master-python\jMetalPy-master\.idea\jMetalPy-master.iml
jMetalPy-master-python\jMetalPy-master\.idea\misc.xml
jMetalPy-master-python\jMetalPy-master\.idea\modules.xml
jMetalPy-master-python\jMetalPy-master\.idea\workspace.xml
jMetalPy-master-python\jMetalPy-master\.travis.yml
jMetalPy-master-python\jMetalPy-master\auto-docs\Makefile
jMetalPy-master-python\jMetalPy-master\auto-docs\source\conf.py
jMetalPy-master-python\jMetalPy-master\auto-docs\source\index.rst
jMetalPy-master-python\jMetalPy-master\CHANGELOG.md
jMetalPy-master-python\jMetalPy-master\CONTRIBUTING.md
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\nsgaii.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\randomSearch.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\smpso.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\__pycache__\nsgaii.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\multiobjective\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\singleobjective\evolutionaryalgorithm.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\singleobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\singleobjective\__pycache__\evolutionaryalgorithm.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\singleobjective\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\algorithm\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\component\archive.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\density_estimator.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\evaluator.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\observer.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\test\test_archive.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\test\test_density_estimator.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\test\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\component\__pycache__\density_estimator.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\component\__pycache__\evaluator.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\component\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\core\algorithm.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\operator.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\problem.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\solution.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\test\test_algorithm.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\test\test_operator.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\test\test_problem.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\test\test_solution.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\test\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\core\__pycache__\algorithm.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\core\__pycache__\operator.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\core\__pycache__\problem.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\core\__pycache__\solution.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\core\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\operator\crossover.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\mutation.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\selection.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\test\test_crossover.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\test\test_mutation.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\test\test_selection.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\test\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\operator\__pycache__\crossover.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\operator\__pycache__\mutation.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\operator\__pycache__\selection.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\operator\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\test\test_unconstrained.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\test\test_zdt.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\test\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\unconstrained.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\zdt.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\__pycache__\unconstrained.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\problem\multiobjective\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\problem\singleobjective\test\test_unconstrained.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\singleobjective\test\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\singleobjective\unconstrained.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\singleobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\problem\__pycache__\__init__.cpython-36.pyc
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\FUN.Kursawe.ps
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_standard_settings.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_standard_settings_with_observer.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_standard_settings_with_observer2.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_standard_settings_with_observer_plot_interactive.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_standard_settings_with_observer_plot_realtime.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\nsgaii_stopping_by_time.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\multiobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\elitist_evolution_strategy_binary.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\elitist_evolution_strategy_float.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\elitist_evolution_strategy_running_as_a_thread.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\non_elitist_evolution_strategy_binary.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\non_elitist_evolution_strategy_float.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\non_elitist_evolution_strategy_running_as_a_thread.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\evolution_strategy\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\generational_genetic_algorithm_binary.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\generational_genetic_algorithm_float.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\generational_genetic_algorithm_running_as_a_thread.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\generational_genetic_algorithm_stopping_by_time.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\generational_genetic_algorithm_with_observer.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\genetic_algorithm\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\singleobjective\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\runner\__init__.py
jMetalPy-master-python\jMetalPy-master\jmetal\util\comparator.py
jMetalPy-master-python\jMetalPy-master\jmetal\util\graphic.py

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

发表评论

0 个回复

  • S-S-RAO_optimization-engg.pdf
    optimization engineering text book by s.s.rao
    2012-12-07 08:01:54下载
    积分:1
  • lvbo
    简单的滤波代码,包含高通滤波,低通滤波,带通滤波和带阻滤波。( U7B80 u5E5 u6E4 u6E4 u6E1 u6E1 u6E2 U5E26 u963B u6EE4 u6CE2 u3002)
    2017-05-15 15:02:39下载
    积分:1
  • frft-sixcodes
    分数阶傅立叶变换程序总结,共有6个程序。(Fractional Fourier Transform program summary, a total of six procedures.)
    2008-06-09 16:14:11下载
    积分:1
  • simulink
    求非线性系统的相平面轨迹、平衡点时,编写采用一步仿真计算状态轨线斜率的函数M文件(Phase plane trajectory of nonlinear systems, the equilibrium point, write step simulation state rail line slope function M)
    2013-03-08 19:51:53下载
    积分:1
  • Network
    对于给定某一线性时不变网络(不含受控源),根据网络属性及结构,通过编程实现自动生成其关联矩阵A和一个树。(Given a linear time-invariant network (excluding controlled source), according to the network properties and structure of the automatically generated by programming its associated matrix A and a tree.)
    2013-11-03 18:32:12下载
    积分:1
  • Random-Forest-for-Image-Annotation
    随机森林算法,适合初学者阅读,包括公式,资料,调试(Random forests algorithm, suitable for beginners to read, including formulas, data, commissioning)
    2020-06-29 22:40:02下载
    积分:1
  • response
    自己编写的振动响应计算的matlab程序,可以运行,结果正确。(dynamic response of the system using matlab。)
    2020-11-23 18:09:33下载
    积分:1
  • mass-5
    fluent模拟焊接,熔滴过渡的质量源项(Welding Simulation, mass source)
    2020-07-02 21:00:01下载
    积分:1
  • wn037
    用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,实现了图像的加水印,去噪,加噪声等功能,包括最小二乘法、SVM、神经网络、1_k近邻法。( Monte Carlo simulation method of calculating the American option price and basic description, Realize image watermarking, de-noising, plus noise and other functions, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
    2017-04-05 19:56:22下载
    积分:1
  • SVD
    用matlab仿真,通过不同的方法计算矩阵的SVD分解,并用SVD的方法计算最小二乘问题和进行图像压缩(Matlab simulation, different ways to calculate the matrix SVD decomposition and the SVD method to calculate the least squares problem and the image compression)
    2012-08-16 12:53:55下载
    积分:1
  • 696524资源总数
  • 103896会员总数
  • 68今日下载