QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Numerical Recipes in C (second edition), Chapter 10.9, with the original exit criterion in f(x) replaced by one in x (see simplex.cpp for a reference to GSL concerning this) More...
#include <ql/math/randomnumbers/mt19937uniformrng.hpp>
#include <ql/math/optimization/problem.hpp>
#include <ql/math/optimization/constraint.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
class | SimulatedAnnealing< RNG > |
Simulated Annealing. More... | |
Namespaces | |
namespace | QuantLib |
Numerical Recipes in C (second edition), Chapter 10.9, with the original exit criterion in f(x) replaced by one in x (see simplex.cpp for a reference to GSL concerning this)
Definition in file simulatedannealing.hpp.