shayandavoodii / OnlinePortfolioSelection.jl

This package offers both traditional benchmark and newly developed Online Portfolio Selection (OPS) algorithms implementation.
https://shayandavoodii.github.io/OnlinePortfolioSelection.jl/dev/
MIT License
16 stars 3 forks source link

Remove the `Printf` dependency #20

Closed shayandavoodii closed 1 year ago

shayandavoodii commented 1 year ago

The Printf dependency is not necessary and the functionality can be handled using the basic println function. A little bit of extra exprimentation is required to get the formatting correct.