eleow / roboadvisorSystem

Robo-advisor
MIT License
38 stars 13 forks source link

Refactor algorithms into classes for maintainability and reuseability #6

Closed eleow closed 4 years ago

eleow commented 4 years ago

Currently, the algorithms for constant-rebalanced and MPT are in scripts, which makes reusing and maintaining difficult.

It would be good to refactor them into classes, inheriting from a base Algorithm class.