TOPSIS for Metaheuristics
Version 5.0.0 (1.32 KB) by
PEREIRA, J. L. J.
Technique for Order Preference by Similarity to Ideal Solution for metaheuristics.
This code contains a function that selects the best answer in a Pareto front of any dimension through Techinique for Order Preference by Similarity to Ideal Solution. It is enough to deliver to the function the Space matrix of the objectives and the decision variables associated with it. The objectives are normalized and weighted if desired.
Cite As
Pereira, J. L. J., Oliver, G. A., Francisco, M. B., Cunha Jr, S. S., & Gomes, G. F. (2022). A review of multi-objective optimization: methods and algorithms in mechanical engineering problems. Archives of Computational Methods in Engineering, 29(4), 2285-2308.
MATLAB Release Compatibility
Created with
R2016b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
5.0.0 | Weights to the objectives were add if desired |
||
4.0.0 | This code normalizes the objective space for a fair choice |
||
3.0.0 | Correcting the normalization |
||
2.0.0 | Now the objective space is normalized before TOPSIS application |
||
1.0.0 |