Skip to content

Commit

Permalink
Merge 70686cb into 223026d
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Aug 4, 2020
2 parents 223026d + 70686cb commit 3af8c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ql/math/optimization/linesearchbasedmethod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ namespace QuantLib {

class LineSearch;

//! Line search based method
class LineSearchBasedMethod : public OptimizationMethod {
public:
explicit LineSearchBasedMethod(
Expand Down
1 change: 1 addition & 0 deletions ql/math/optimization/simulatedannealing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ namespace QuantLib {
*/

template <class RNG = MersenneTwisterUniformRng>
//! Simulated Annealing
class SimulatedAnnealing : public OptimizationMethod {

public:
Expand Down

0 comments on commit 3af8c90

Please sign in to comment.