EvoX EvoX EvoX
  • 教程
  • API文档
  • 示例
  • 生态系统
    • EvoMO
    • EvoRL
    • EvoGP
    • TensorNEAT
    • TensorRVEA
    • TensorACO
    • EvoXBench
/
  • English
  • 中文

入门

  • EvoX 教程
    • 1. 基础入门
    • 2. 安装与环境配置
    • 3. 基础操作
    • 4. 进阶功能
    • 5. 开发与扩展
    • 6. 故障排除与优化
    • 7. 实战案例
  • 安装教程
    • Python安装教程
    • EvoX安装教程
  • 开发者指引
    • 开发环境
    • 在 EvoX 中使用模块
    • EvoX中的自定义算法和问题
    • 部署具有自定义算法的HPO
    • 文档编写指南
  • 实验性功能
    • 多GPU和分布式工作流

补充资源

  • API文档
    • evox
      • evox.metrics
        • evox.metrics.igd
        • evox.metrics.gd
        • evox.metrics.hv
      • evox.operators
        • evox.operators.sampling
          • evox.operators.sampling.uniform
          • evox.operators.sampling.latin_hypercube
          • evox.operators.sampling.gird
        • evox.operators.mutation
          • evox.operators.mutation.pm_mutation
        • evox.operators.selection
          • evox.operators.selection.tournament_selection
          • evox.operators.selection.find_pbest
          • evox.operators.selection.rvea_selection
          • evox.operators.selection.non_dominate
        • evox.operators.crossover
          • evox.operators.crossover.sbx_half
          • evox.operators.crossover.sbx
          • evox.operators.crossover.differential_evolution
      • evox.problems
        • evox.problems.neuroevolution
          • evox.problems.neuroevolution.brax
          • evox.problems.neuroevolution.mujoco_playground
          • evox.problems.neuroevolution.supervised_learning
        • evox.problems.numerical
          • evox.problems.numerical.basic
          • evox.problems.numerical.cec2022
          • evox.problems.numerical.dtlz
        • evox.problems.hpo_wrapper
      • evox.algorithms
        • evox.algorithms.mo
          • evox.algorithms.mo.rveaa
          • evox.algorithms.mo.moead
          • evox.algorithms.mo.hype
          • evox.algorithms.mo.nsga2
          • evox.algorithms.mo.rvea
          • evox.algorithms.mo.nsga3
        • evox.algorithms.so
          • evox.algorithms.so.pso_variants
          • evox.algorithms.so.es_variants
          • evox.algorithms.so.de_variants
      • evox.utils
        • evox.utils.re_export
        • evox.utils.jit_fix_operator
        • evox.utils.op_register
        • evox.utils.parameters_and_vector
      • evox.workflows
        • evox.workflows.eval_monitor
        • evox.workflows.std_workflow
      • evox.core
        • evox.core.module
        • evox.core.components
      • evox.vis_tools
        • evox.vis_tools.exv
        • evox.vis_tools.plot
  • 示例
    • 数值优化
    • 多目标算法
    • 用EvoX解决Brax问题
    • 机器学习的神经演化
    • 高效超参数优化(HPO)使用 EvoX
    • 自定义算法和问题
  • 杂项
    • 选择 GPU / CPU
    • 使用非NVIDIA GPU
    • Linux发行版与GPU驱动
    • 从MATLAB到PyTorch和EvoX的转换

该页内容

  • 子模块
  • 软件包内容
    • 数据
    • API
      • __all__
EMI-Group/evox 0 0
编辑此页面
  1. EvoX /
  2. API文档 /
  3. evox /
  4. evox.algorithms /
  5. evox.algorithms.mo

evox.algorithms.mo¶

子模块¶

  • evox.algorithms.mo.rveaa
  • evox.algorithms.mo.moead
  • evox.algorithms.mo.hype
  • evox.algorithms.mo.nsga2
  • evox.algorithms.mo.rvea
  • evox.algorithms.mo.nsga3

软件包内容¶

数据¶

__all__

API¶

evox.algorithms.mo.__all__¶

['HypE', 'MOEAD', 'NSGA2', 'NSGA3', 'RVEA', 'RVEAa']

上一章
evox.algorithms
下一章
evox.algorithms.mo.rveaa

2022, Bill Huang

Made with Sphinx and Shibuya theme.