An open API service indexing awesome lists of open source software.

https://github.com/tomtkg/pareto-front-estimation

Pareto Front Estimation Using Unit Hyperplane
https://github.com/tomtkg/pareto-front-estimation

estimation kriging matlab multi-objective-optimization response-surface-methodology visualization

Last synced: 4 months ago
JSON representation

Pareto Front Estimation Using Unit Hyperplane

Awesome Lists containing this project

README

        

# Pareto Front Estimation Using Unit Hyperplane
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=tomtkg/Pareto-Front-Estimation)
![](https://img.shields.io/github/languages/code-size/tomtkg/Pareto-Front-Estimation)
![](https://img.shields.io/github/last-commit/tomtkg/Pareto-Front-Estimation)

## How to use
PFE.m is main file. You can execute PFE.m like
```
>> PFE
```
or
```
matlab -batch PFE
```

* EMO2021 version: the input is a vector with the dimension of the objective number - 1.
* Doctoral thesis version: the input is a vector with the same dimensions as the objective number.

# Sample images
||||
|:-:|:-:|:-:|
|![image](Data/png/D6SLD.png)|![image](Data/png/D6ILD.png)|![image](Data/png/D6UDH.png)|
|Simpex-lattice|Incremental lattice|Hammersley method|

## Reference
* Tomoaki Takagi, Keiki Takadama, and Hiroyuki Sato: **Pareto Front Estimation Using Unit Hyperplane**, Proc. of The 11th Edition of International Conference Series on Evolutionary Multi-Criterion Optimization (EMO2021), Lecture Notes in Computer Science (LNCS), Vol. 12654, Springer, Cham, pp. 126–138, 2021. [DOI](https://doi.org/10.1007/978-3-030-72062-9_11).
* Tomoaki Takagi: **Pareto Front Estimation for Multi-Objective Decision-Making and Supervised/Unsupervised Multi-Objective Optimization**, Ph.D. thesis, The University of Electro-Communications, March 2023. [DOI](http://doi.org/10.18952/00010335).