Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a new class for score constrained portfolios #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TolisChal
Copy link
Member

The new class computes score constrained portfolios with minimum L1 distance to the associated percentile portfolios.

To set the score levels uses either equi-distanced score values from the feasible score interval or equi-volume distanced scores using uniform sampling from the portfolio domain.

To solve the L1 minimization problem it transforms it into a linear program and uses scipy's linprog.

@TolisChal TolisChal requested a review from cbachela December 5, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant