PlatEMO

Evolutionary multi-objective optimization platform
授权协议 Readme
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 屠振濂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览


Evolutionary multi-objective optimization platform

Developed by BIMK (Institute of Bioinspired Intelligence and Mining Knowledge) of Anhui University and NICE (Nature Inspired Computing and Engineering Group) of University of Surrey
  • 150+ open source evolutionary algorithms
  • 300+ open source benchmark problems
  • Powerful GUI for performing experiments in parallel
  • Generating results in the format of Excel or LaTeX table by one-click operation
  • State-of-the-art algorithms will be included continuously

Thank you very much for using PlatEMO. The copyright of PlatEMO belongs to the BIMK Group. Thistool is mainly for research and educational purposes. The codes were implemented based on ourunderstanding of the algorithms published in the papers. You should not rely upon the material orinformation on the website as a basis for making any business, legal or any other decisions. Weassume no responsibilities for any consequences of your using any algorithms in the tool. Allpublications using the platform should acknowledge the use of “PlatEMO” and reference thefollowing literature:

Copyright

The Copyright of the PlatEMO belongs to the BIMK group. You are free to use the PlatEMO for research purposes. All publications which use this platform or any code in the platform should acknowledge the use of "PlatEMO" and reference "Ye Tian, Ran Cheng, Xingyi Zhang, and Yaochu Jin, PlatEMO: A MATLAB Platform for Evolutionary Multi-Objective Optimization [Educational Forum], IEEE Computational Intelligence Magazine, 2017, 12(4): 73-87".

@article{PlatEMO,
  title={{PlatEMO}: A {MATLAB} platform for evolutionary multi-objective optimization},
  author={Tian, Ye and Cheng, Ran and Zhang, Xingyi and Jin, Yaochu},
  journal={IEEE Computational Intelligence Magazine},
  volume={12},
  number={4},
  pages={73--87},
  year={2017},
}

Release Highlights of PlatEMO 3.3

Release Note can be found here

  • Add four multi-objective evolutionary algorithms DEA-GNG, ICMA, PeEA, and RVEA-iGNG. There are currently 162 algorithms in the platform.

  • Add five constrained multi-objective optimization problems FCP1-FCP5 and a sparse multi-objective optimization problem Sparse_KP. There are currently 345 problems in the platform.

  • When solving user-defined problems, the objective and constraint functions can be either @(x,d) or @(x).

Features of PlatEMO

  • Totally Developed in MATLAB
    PlatEMO consists of a number of MATLAB functions without using any other libraries. Any machines able to run MATLAB can use PlatEMO regardless of the operating system.

  • Includes Many Popular Algorithms
    PlatEMO includes more than ninety existing popular MOEAs, including genetic algorithm, differential evolution, particle swarm optimization, memetic algorithm, estimation of distribution algorithm, and surrogate model based algorithm. Most of them are representative algorithms published in top journals after 2010.

  • Various Figure Demonstrations
    Users can select various figures to be displayed, including the Pareto front of the result, the Pareto set of the result, the true Pareto front, and the evolutionary trajectories of any performance indicator values.

  • Powerful and Friendly GUI
    PlatEMO provides a powerful and friendly GUI, where users can configure all the settings and perform experiments in parallel via the GUI without writing any code.

  • Generates Data in the Format of Excel or LaTeX
    Users can save the statistical experimental results generated by PlatEMO as an Excel table or LaTeX table, which can be directly used in academic writings.

Support

  • [recommend] You can ask any question in issues block and upload your contribution by pulling request(PR).
  • If you want to add your MOEA, MOP, operator or performance indicator to PlatEMO, please send the MATLAB code (able to be used in PlatEMO) and the relevant literature to field910921@gmail.com.
  • If you have any question, comment or suggestion to PlatEMO or the algorithms in PlatEMO, please contact Ye Tian (field910921@gmail.com) or join the group of QQ(Group number: 958218438).

Acknowledge

This repo belongs to BIMK group and has been transferred project from BIMK to github by Ye Tian and Shichen Peng@anonymone.

  • 上一小节(在PlatEMO v2.9中增加多模态多目标算法(2)),我已经更改了调用计算指标的代码,在该小节我会展示更改后PlatEMO v2.9的计算指标的代码,以保证与上节修改代码的接口相同。 IGD function Score = IGD(Parameter) % <metric> <min> % Inverted generational distance %-------------

  • 前言 PLATEMO是个比较好用的智能算法的MTALAB包,比如调用遗传算法,NSGA,PSO等,默认的优化问题只能更改所有变量的上下界。本文介绍如何用其求解带多条约束的优化问题。 针对如下的优化问题 max 3x(1)+2x(2); % 约束条件 x(1)+x(2)<=350 x(1)>=20 2*x(1)+x(2)<=400 x(2)>=0 代码如下: 1、定义这个问题 classdef Te

  • 前言 后台有很多人催更我关于platEMO的操作实例,实在是由于科研期间琐事太多了,因此文章更新就停滞了(其实说白了就是自己太懒了),根据大家问我最多的几个问题,这次博客主要分为两部分:增加问题和增加算法。一些架构和官方的介绍可以参考我之前的两篇博客。这篇博客直接说怎么添加。除了matlab以外,还有一个python有关进化算法的库叫做geatpy,也非常不错,他的网址:http://geatpy

  • 上小节(在PlatEMO v2.9中增加多模态多目标算法(1))中,我已经在PlatEMO v2.9的框架中增加了属性和方法,在该小节我们需要改调用计算指标那部分代码,以保证PlatEMO v2.9中增加多模态多目标算法后,不会影响其他算法的运行。 了解传入参数情况 在GUI文件夹中Modules的module_test中cb_metricList()方法传入的参数是PopObj和PF,对应的代码

相关阅读

相关文章

相关问答

相关文档