You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minimize_risk() uses “black box” utility function. The slowest part is related with multi-period optimization when the portfolio uses rebalancing strategy.
This algorithm minimizes risk (annualized standard deviation) calculating return time series of the rebaleanced portfolios with Rebalance.return_ts() method.
The text was updated successfully, but these errors were encountered:
minimize_risk()
uses “black box” utility function. The slowest part is related with multi-period optimization when the portfolio uses rebalancing strategy.This algorithm minimizes risk (annualized standard deviation) calculating return time series of the rebaleanced portfolios with
Rebalance.return_ts()
method.The text was updated successfully, but these errors were encountered: