From 61be7cce04131d6f701e2a3a14697ef7a7d446f8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 31 Jul 2017 13:14:13 -0400 Subject: [PATCH] Update README for multi-threading --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index e479c07..36ac377 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ Demonstration of a Black-Scholes Model in C Note that there are two models, a pure Monte Carlo implementation -and the closed form Black-Scholes equation. +and the closed form Black-Scholes equation. Note that the code runs +multi-threaded. To install: $ git clone https://github.com/kevindkeogh/opt-pricer.git @@ -45,4 +46,3 @@ TODO: 1. Find a C implementation for Sobol sequence so that Gamma convergence is faster 2. Tests... - 3. Parallelize code