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

jMetalPy-master-python

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

  • 高斯拟合
    曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.(Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.)
    2005-04-01 09:55:30下载
    积分:1
  • newton_cpp
    计算方法《牛顿差值》(calculation method, "Newton margin")
    2005-01-25 21:40:20下载
    积分:1
  • relax
    谐波检测的RELAX算法,优于FFT,能够对幅值,频率,相位进行有效估计(an algorithm for estimation of sinusoid parameter)
    2021-01-17 15:48:45下载
    积分:1
  • 层次分析法的VB应用软件 AHP
    层次分析法的VB应用软件,可以实现层次分析法的实例计算。(AHP VB)
    2012-01-08 19:32:38下载
    积分:1
  • DosBigMath
    实现1到1000位的大数运算(包括加减乘除和浮点数运算),运行环境是vs2005(1-1000, large number operations (addition, subtraction and floating-point), the operating environment is vs2005)
    2012-05-26 21:15:29下载
    积分:1
  • zuixiaojiaocha
    偏最小二乘法中的交叉有效性计算,看看,可能有用(PLS cross-validity of the calculation, see, may be useful)
    2008-05-13 21:14:08下载
    积分:1
  • Matlabcodes-RobustPCA
    Matlab codes for Robust PCA multivariate control chart(Robust PCA multivariate control chart mainly consists two steps: Step1 Calculates the robust mean and the robust covariance of original dataset using the minimum covariance determinant (MCD). In MCD technique, finding a subset containing half of the data such that its covariance matrix has the lowest determinant, then using this subset to calculate the robust mean and the robust covariance matrix (Hubert, Rousseeuw, & Branden, 2005) Step2 Standardize data using robust mean and robust standard deviation from Step1. Apply PCA analysis, calculate the principalcomponent score matrix Y=ZA, where Z is the robust standardized data matrix, and A is p*p matrix of eigenvectors (also called principalcomponents))
    2009-11-11 08:07:04下载
    积分:1
  • Nonlinear-code
    这是fotran的非线性有限元程序,包括1D,2D程序(fortan NFEM )
    2012-02-06 08:42:07下载
    积分:1
  • shengbomoni
    二维交错网格声波模拟(加PML边界条件)地震(Two-dimensional staggered grid acoustic simulation (plus PML boundary conditions) earthquake)
    2012-07-04 17:20:11下载
    积分:1
  • 6.5M2
    偏微分方程的数值解法,简单的离散 变分以及求解过程(Numerical solution of partial differential equations, the simple and the solution process of discrete variational)
    2011-08-15 19:58:51下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载