-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff5469f
commit f47e937
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,6 +123,7 @@ pkg> dev OnlinePortfolioSelection | |
|
||
<!-- Example --> | ||
### Example | ||
|
||
<div align="justify"> | ||
The full list of available strategies can be obtained by executing the following command after importing the package: | ||
</div> | ||
|
@@ -255,6 +256,7 @@ As you can see, the package can be used from Python easily. For more information | |
--- | ||
<!-- TODO LIST --> | ||
## To-do list | ||
|
||
- [ ] Implement BCRP | ||
- [x] ~~Implement CORN~~ | ||
- [x] ~~Implement DRICORN~~ | ||
|
@@ -277,6 +279,7 @@ Contributions are warmly welcome. Please feel free to open an issue and discuss | |
|
||
<!-- Motivation --> | ||
## Motivation | ||
|
||
<div align="justify"> | ||
I aimed to implement benchmark methods for Online Portfolio Selection (OPS) as part of my M.Sc. thesis to conduct comprehensive benchmarking experiments. The goal was to compare the performance of these benchmark methods with my proposed method from my thesis. I decided to transform this into an open-source package so that other researchers could leverage these established methods for their own research, sparing them the effort of reimplementing existing strategies. My intention is to continue developing and expanding this package to include more algorithms as I find it an exciting area of study. Ultimately, I hope this contribution proves beneficial to the research community. | ||
</div> | ||
|
@@ -311,13 +314,15 @@ Other citation styles can be found <a href="https://doi.org/10.5281/zenodo.79050 | |
|
||
<!-- License --> | ||
## License | ||
|
||
<div align="justify"> | ||
This project is licensed under the MIT License - see the <a href="https://github.com/shayandavoodii/OnlinePortfolioSelection.jl/blob/main/LICENSE">LICENSE</a> file for details. | ||
</div> | ||
<p align="right">🆙<a href="#top">Table of cotents</a></p> | ||
|
||
<!-- Contact --> | ||
## Contact | ||
|
||
<div align="justify"> | ||
If you have any inquiries or suggestions, please don't hesitate to contact me via email at <a href="[email protected]">[email protected]</a>. Alternatively, feel free to open an issue in the repository. | ||
</div> | ||
|