dwave-examples / portfolio-optimization

Solve different formulations of the portfolio optimization problem.
Apache License 2.0
43 stars 33 forks source link

Portfolio Example #1

Closed pierrelouisp closed 3 years ago

vgoliber commented 3 years ago

Can you add a .yml file so that it loads ready to go in the IDE? We may also need to adjust how the multi period demo displays for the IDE.

pierrelouisp commented 3 years ago

@vgoliber : Do you have an example or documentation on what should go into that .yml file? I don't see any such file for the current examples except for what appears to have been auto-generated by circleci. Is that the one you are referring to?

vgoliber commented 3 years ago

@vgoliber : Do you have an example or documentation on what should go into that .yml file? I don't see any such file for the current examples except for what appears to have been auto-generated by circleci. Is that the one you are referring to?

See the one in this example: https://github.com/dwave-examples/image-segmentation/blob/main/.gitpod.yml

hhtong commented 3 years ago

It'd also be great if you could add some test cases for your helper functions/classes. Feel free to look at some of the other examples for a feel on common practices.