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

ClusLog name revision #40

Closed shayandavoodii closed 11 months ago

shayandavoodii commented 11 months ago

This PR is due to making consistency between the package and the paper. Formerly, I have used KMNModel and KMDModel to represent KMNLOG and KMDLOG variants, respectively, that were not aligned with the paper's terminology.

codecov[bot] commented 11 months ago

Codecov Report

Merging #40 (2a5f5ea) into main (c612417) will decrease coverage by 0.01%. Report is 2 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   99.63%   99.63%   -0.01%     
==========================================
  Files          23       22       -1     
  Lines         827      825       -2     
==========================================
- Hits          824      822       -2     
  Misses          3        3              
Files Coverage Δ
ext/ClusLogModelExt.jl 100.00% <100.00%> (ø)
src/OnlinePortfolioSelection.jl 100.00% <ø> (ø)

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!