

choppergrip
Forum Replies Created
-
It looks good, but the code style can be improved a bit:
– consistency with semicolons, you have it after closing the bracket, but not for all functions
– for “-1” messages it probably makes sense to have some wrapper function
– possible arguments validation inside of the optimizePortfolio function
– maybe you want to have these functions in a specific namespace to avoid clashes during import in bigger project
– unit tests and integration test -
choppergrip
MemberSeptember 19, 2024 at 11:05 am in reply to: C API: Custom protocol like s3, gcp, msHey, samsogade, could you please add some details about what you are trying to achieve and what you mean when asking “How do we define…?” With more information, someone will be able to help
-
To create the shared object files for the number generators and distribution functions the below must be run:
make && make install && make clean
-
It depends on the framework that you use.
For example, in classic ticker plant code, there is a line that makes this check and gives the error:
You will need to rewrite some other code to make it work.
Another option is to choose one column in your data and use it as a sym.
-
The repo that you are using is behind the original one exactly on one commit that should fix MAC installation.
Use this repo below, install all dependencies, set QHOME.
https://github.com/dmorgankx/optionpricingUnfortunately, I can’t guarantee that it will work with your processor, but at least the installation problem will be solved
github.com
GitHub - dmorgankx/optionpricing
Contribute to dmorgankx/optionpricing development by creating an account on GitHub.