https://github.com/thiagodnf/pareto-front-visualization
A Pareto-front visualization developed in HTML
https://github.com/thiagodnf/pareto-front-visualization
multi-objective-optimization optimization optimization-algorithms pareto-front visualization
Last synced: 4 months ago
JSON representation
A Pareto-front visualization developed in HTML
- Host: GitHub
- URL: https://github.com/thiagodnf/pareto-front-visualization
- Owner: thiagodnf
- Created: 2019-10-09T15:15:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:44:45.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T15:36:04.317Z (5 months ago)
- Topics: multi-objective-optimization, optimization, optimization-algorithms, pareto-front, visualization
- Language: JavaScript
- Homepage: https://thiagodnf.github.io/pareto-front-visualization
- Size: 7.16 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pareto-front Visualization
A Pareto-front visualization developed in HTML
## What is a Pareto-front?
When the different objectives are contradictory, an optimal solution is said Pareto optimal when it is not possible to improve an objective without degrading the others. A Pareto optimal solution can then be seen as an optimal trade-off between the objectives. The set of all Pareto optimal solutions is called the Pareto-front as it usually graphically forms a distinct front of points. Solutions which do not lay on the Pareto front are called Pareto dominated solutions.
## For Developers
Inside that directory, you can run several commands:
npm start
Starts the development server.npm run build
Bundles the app into static files for production.npm test
Starts the test runner.npm run eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!We suggest that you begin by typing:
cd pareto-front-visualization
npm start