For optimize.portfolio.rebalancing it would be nice to have an argument that would allow the user to set the parallelization level. For instance, CVXR::psolve has a [parallel] argument. Would it be possible to switch to psolve over solve calls? Because adding a parallelization argument and using psolve would then users with large problems to decide where it would be best to have parallelization for their problem. Another example would be generating random portfolios.
For
optimize.portfolio.rebalancingit would be nice to have an argument that would allow the user to set the parallelization level. For instance,CVXR::psolvehas a [parallel] argument. Would it be possible to switch topsolveoversolvecalls? Because adding a parallelization argument and usingpsolvewould then users with large problems to decide where it would be best to have parallelization for their problem. Another example would be generating random portfolios.