-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathGlobalOptimizer.1
40 lines (37 loc) · 1.05 KB
/
GlobalOptimizer.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" Man page contributed by Dirk Eddelbuettel <[email protected]>
.\" and released under the Quantlib license
.TH GLOBALOPTIMIZER 1 "13 October 2017" QuantLib
.SH NAME
GlobalOptimizer - Example of Global Optimization Using Different Methods
.SH SYNOPSIS
.B GlobalOptimizer
.SH DESCRIPTION
.PP
.B GlobalOptimizer
is an example of using \fIQuantLib\fP.
Several different methods are illustrated: Firefly Algorithm, Hybrid
Simulated Annealing, Particle Swarm Optimization, Simulated Annealing, and
Differential Evolution.
.SH SEE ALSO
The source code
.IR CDS.cpp ,
.BR BermudanSwaption (1),
.BR Bonds (1),
.BR CallableBonds (1),
.BR ConvertibleBonds (1),
.BR DiscreteHedging (1),
.BR EquityOption (1),
.BR FittedBondCurve (1),
.BR FRA (1),
.BR MarketModels (1),
.BR MulticurveBootstrapping (1),
.BR Replication (1),
.BR Repo (1),
the QuantLib documentation and website at
.IR https://www.quantlib.org .
.SH AUTHORS
The QuantLib Group (see
.IR Contributors.txt ).
This manual page was added by Dirk Eddelbuettel <[email protected]>,
the Debian GNU/Linux maintainer for
.BR QuantLib .