Skip to content

Commit

Permalink
bring back ecos-bb
Browse files Browse the repository at this point in the history
  • Loading branch information
88d52bdba0366127fffca9dfa93895 committed May 2, 2023
1 parent f655948 commit 4865958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypfopt/discrete_allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def greedy_portfolio(self, reinvest=False, verbose=False):
self._allocation_rmse_error(verbose)
return self.allocation, available_funds

def lp_portfolio(self, reinvest=False, verbose=False, solver=None):
def lp_portfolio(self, reinvest=False, verbose=False, solver="ECOS_BB"):
"""
Convert continuous weights into a discrete portfolio allocation
using integer programming.
Expand Down

0 comments on commit 4865958

Please sign in to comment.