aboutsummaryrefslogtreecommitdiffstats
path: root/src/opti.cpp
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-02-26 14:48:54 +0000
committerBertrand <bertrand.horel@gmail.com>2016-02-26 14:48:54 +0000
commit4909d262ba578dc71b7431bd3f3c2ef9b3132384 (patch)
treea19a74c8a6dff8851802667b9b550c87b99331cf /src/opti.cpp
parentd637151c4acae4a06ffef927bf7ececd77d67a44 (diff)
downloadprojet_C++-4909d262ba578dc71b7431bd3f3c2ef9b3132384.tar.gz
debbugage de main
Diffstat (limited to 'src/opti.cpp')
-rw-r--r--src/opti.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opti.cpp b/src/opti.cpp
index 23ddff3..6b05ecd 100644
--- a/src/opti.cpp
+++ b/src/opti.cpp
@@ -39,9 +39,6 @@ std::vector<double> argmax(double r, double T, double S0, double V, double K, in
std::vector<double> x(d,0);
std::vector<double> g(0);
-
- std::cout<<"valeur au début : "<<f(x, g, &params)<<std::endl;
-
double maxf;
nlopt::result result = opt.optimize(x, maxf);