|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <hybridsimulatedannealingfunctors.hpp>
Collaboration diagram for TemperatureExponential:Public Member Functions | |
| TemperatureExponential (Real initialTemp, Size dimension, Real power=0.95) | |
| void | operator() (Array &newTemp, const Array &currTemp, const Array &steps) |
Private Attributes | |
| Array | initialTemp_ |
| Real | power_ |
Definition at line 303 of file hybridsimulatedannealingfunctors.hpp.
| TemperatureExponential | ( | Real | initialTemp, |
| Size | dimension, | ||
| Real | power = 0.95 |
||
| ) |
Definition at line 305 of file hybridsimulatedannealingfunctors.hpp.
Definition at line 307 of file hybridsimulatedannealingfunctors.hpp.
Here is the call graph for this function:
|
private |
Definition at line 314 of file hybridsimulatedannealingfunctors.hpp.
|
private |
Definition at line 315 of file hybridsimulatedannealingfunctors.hpp.