diff options
| author | Bertrand <bertrand.horel@gmail.com> | 2016-02-26 14:48:54 +0000 |
|---|---|---|
| committer | Bertrand <bertrand.horel@gmail.com> | 2016-02-26 14:48:54 +0000 |
| commit | 4909d262ba578dc71b7431bd3f3c2ef9b3132384 (patch) | |
| tree | a19a74c8a6dff8851802667b9b550c87b99331cf /src/opti.cpp | |
| parent | d637151c4acae4a06ffef927bf7ececd77d67a44 (diff) | |
| download | projet_C++-4909d262ba578dc71b7431bd3f3c2ef9b3132384.tar.gz | |
debbugage de main
Diffstat (limited to 'src/opti.cpp')
| -rw-r--r-- | src/opti.cpp | 3 |
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, ¶ms)<<std::endl; - double maxf; nlopt::result result = opt.optimize(x, maxf); |
