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

jMetalPy-master-python

于 2020-10-06 发布 文件大小:560KB
0 115
下载积分: 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 个回复

  • oneshot
    用FORTRAN编制的交错网格化数值模拟程序,生成共炮点理论地震记录。(using FORTRAN compiled by the staggered grid of numerical simulation program to produce a total theoretical shot seismic record.)
    2007-04-24 16:03:49下载
    积分:1
  • MATLAB
    说明:  利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
    2020-06-23 08:20:02下载
    积分:1
  • erchengfa3d
    基于最小二乘位置估计定位方法(三维的)可产生图((Three-dimensional) positioning method based on least squares position estimation in Figure)
    2012-10-24 09:31:13下载
    积分:1
  • g_fitting
    使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。()
    2007-08-01 18:25:08下载
    积分:1
  • Rectangle
    根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.)
    2012-10-24 23:54:51下载
    积分:1
  • 最简单的一个vumat子程序quenchplate_xpl_vumat
    最简单的一个vumat子程序,不同温度对应不用屈服,包含应力更新(The simplest VUMAT subroutine does not yield to different temperatures, including stress updates.)
    2018-05-05 17:01:24下载
    积分:1
  • Tower-of-Hanoi-problem
    算法设计与分析之汉诺塔问题介绍与讲解 希望大家有时间看看 (Tower of Hanoi problem description and explanation of the design and analysis of algorithms hope that we have time to look at)
    2013-12-12 10:46:55下载
    积分:1
  • Count
    说明:  输入任意数学四则运算表达式可以得出结果,很方便很实用的一个程序的源代码。(you can get the answer.)
    2010-04-23 19:51:08下载
    积分:1
  • lbp
    Local Binary Pattern
    2011-09-28 18:17:48下载
    积分:1
  • EnsembleKalman_filter
    说明:  集合卡尔曼滤波(EnKF) 数据同化方法可以避免了EKF 中协方差演变方程预报过程中出现的计算不准确和关于协方差矩阵的大量数据的存储问题,最主要的是可以有效的控制估计误差方差的增长,改善预报的效果。(Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage problems, the most important and effective control can be estimated error variance of the growth, improvement in forecasting results.)
    2008-12-02 16:51:42下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载