Skip to content

Commit

Permalink
add deps fig to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity committed Nov 28, 2024
1 parent 1d709ae commit ebef7cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
### What is VOPy?
VOPy is an open-source Python library built to address noisy black-box vector optimization problems, where the user preferences are encoded with a cone order.

<p align="center">
<img src="docs/source/_static/vopy_deps.jpg" alt="Overview of the dependencies, core modules, and built-in algorithms of VOPy" width="600px">
</p>

### What to do with VOPy?
VOPy includes several pre-implemented algorithms, models, orders, and problems from the literature for black-box vector optimization, allowing users to select and utilize components based on their specific needs. Specifically, you can:
- Using existing methods for novel problems
Expand Down

0 comments on commit ebef7cc

Please sign in to comment.