portfolio-optimization icon indicating copy to clipboard operation
portfolio-optimization copied to clipboard

Solve different formulations of the portfolio optimization problem.

Results 5 portfolio-optimization issues
Sort by recently updated
recently updated
newest added

ValueError: API token not defined

After setting `DWAVE_API_SOLVER` running single_period.py or multi_period.py will raise an exception, because the initialization tries to create both a CQM solver and DQM solver with the solver name in `DWAVE_API_SOLVER`,...

We are working on an application that requires d-wave to return real values instead of integers, so we are trying to modify the code so that we can get stocks...

Closes https://github.com/dwave-examples/requests/issues/5 - Created a user interface option for running the demo - Maintained the CLI run option - Exposed settings for period type, solver type, stocks, dates, budget, and...

It would be interesting to have a classical comparison and possibly also display it on the same graph as the hybrid solutions.