SOT
sot.h
1 
9 #ifndef SOT_SOT_H
10 #define SOT_SOT_H
11 
12 #include "sot_bits/surrogate.h"
13 #include "sot_bits/merit_functions.h"
14 #include "sot_bits/adaptive_sampling.h"
15 #include "sot_bits/common.h"
16 #include "sot_bits/experimental_design.h"
17 #include "sot_bits/genetic_algorithm.h"
18 #include "sot_bits/kNN.h"
19 #include "sot_bits/dds.h"
20 #include "sot_bits/optimizer.h"
21 #include "sot_bits/rbf.h"
22 #include "sot_bits/shepard.h"
23 #include "sot_bits/test_problems.h"
24 #include "sot_bits/utils.h"
25 
26 // Useful typedefs
27 namespace sot {
31  typedef LatinHypercube LHD;
32 }
33 
34 #endif
35 
Latin hypercube design.
Definition: experimental_design.h:181
RBFInterpolant< CubicKernel, LinearTail > CubicRBF
Cubic RBF.
Definition: sot.h:28
SymmetricLatinHypercube SLHD
Symmetric Latin hypercube design.
Definition: sot.h:30
Symmetric Latin hypercube design.
Definition: experimental_design.h:104
Radial basis function.
Definition: rbf.h:319
SOT namespace.
Definition: sot.h:27
RBFInterpolant< ThinPlateKernel, LinearTail > TpsRBF
Thin-plate spline RBF.
Definition: sot.h:29
LatinHypercube LHD
Latin hypercube design.
Definition: sot.h:31