Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndskg committed Jul 21, 2023
1 parent 90ae8fe commit 55ed537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
4. Testing and debugging.
5. Finishing optionGreeksModel class implementations.
6. Implementing more advanced functionalities: implied volatility (IV), Heston model, Monte Carlo, etc.
7. Figure out oneMKL shit for hestonModel

## Optimizations:
1. Check all #includes and using directives.
Expand All @@ -55,7 +54,6 @@
5. In the main driver function in main.cpp, should an instance of blackScholesModel using the custom ctor initializing all pricing input variables be used instead of having to use the same getter methods in the driver itself?
6. In function "double blackScholesModel::normalCDF()", a more efficient approximation can be used.
7. In function "inputReader::readInputFromUser()", should validation be accomplished using its two current helper functions or via validateAndSetInputValues()?
8. For Intel MKL library, use C or Fortran interface?

## Bug fixes:
1. In function "Program::get_options()", in the default case (i.e. no options are flagged), should figure out how to print invalid command-line argument (int option) to stderr (cerr) for debugging purposes.
Expand Down

0 comments on commit 55ed537

Please sign in to comment.