how to fix The problem doesn't have a solution with actual input parameters #20
Unanswered
BlockWaving
asked this question in
Q&A
Replies: 1 comment
-
maybe you didn't put the mosek lisence in the right folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi dcajasn,
seached for cvxpy and find this new wrapper maybe a better start for me.
Just posted a question on the Issue column, but the kind of Q&A may be better placed here:
I’m trying to adapt couple of samples to test on a custom alpha estimates, using an industry constraints and MaxRet target, but the optimizer consistently gives out this:
The problem doesn't have a solution with actual input parameters
Here is the constrains:
Disabled | ---Type-- | ----Set ----| Position | Sign | Weight | Type Relative | Relative Set | Relative | Factor
FALSE ---| All Assets |------------|---------- | <= | 0.08 | | | |
FALSE ---| All Classes | Industry |----------- | <= | 0.25 | | | |
FALSE--- | All Classes | Industry |----------- | >= | 0.03 | | | |
There are around 250 assets (stocks) and their respective Industries have been mapped, and the asset_classes matrix has been created.
What may have been the reason that the ‘solution’ couldn’t be found? Where should I look at to find the fix?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions