Skip to content

StakeEngine/convex-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

  1. Set up the environment
make setup
  1. Launch the GUI
streamlit run src/app.py

On Windows, streamlit might not be available in the terminal. By providing the path to the executable, you can still run it:
.\env\Scripts\streamlit.exe run .\src\app.py

Optimizer Details

The contrained optimization step is preformed using an implementation of CVXPY.

About

Constrained optimization using CVXPY (convex optimization) with a Streamlit GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published