GPyOpt.objective_examples package¶
Submodules¶
GPyOpt.objective_examples.experiments1d module¶
-
class
GPyOpt.objective_examples.experiments1d.forrester(sd=None)¶ Bases:
GPyOpt.objective_examples.experiments1d.function1dForrester function.
Parameters: sd – standard deviation, to generate noisy evaluations of the function. -
f(X)¶
-
GPyOpt.objective_examples.experiments2d module¶
-
class
GPyOpt.objective_examples.experiments2d.beale(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dCosines function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.branin(bounds=None, a=None, b=None, c=None, r=None, s=None, t=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dBranin function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.cosines(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dCosines function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.dropwave(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dCosines function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.function2d¶ This is a benchmark of bi-dimensional functions interesting to optimize.
-
plot()¶
-
-
class
GPyOpt.objective_examples.experiments2d.goldstein(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dGoldstein function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.mccormick(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dMccormick function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(x)¶
-
class
GPyOpt.objective_examples.experiments2d.powers(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dPowers function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(x)¶
-
class
GPyOpt.objective_examples.experiments2d.rosenbrock(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dCosines function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶
-
class
GPyOpt.objective_examples.experiments2d.sixhumpcamel(bounds=None, sd=None)¶ Bases:
GPyOpt.objective_examples.experiments2d.function2dSix hump camel function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(x)¶
GPyOpt.objective_examples.experimentsNd module¶
-
class
GPyOpt.objective_examples.experimentsNd.ackley(input_dim, bounds=None, sd=None)¶ Ackley function
Parameters: sd – standard deviation, to generate noisy evaluations of the function. -
f(X)¶
-
-
class
GPyOpt.objective_examples.experimentsNd.alpine1(input_dim, bounds=None, sd=None)¶ Alpine1 function
Parameters: - bounds – the box constraints to define the domain in which the function is optimized.
- sd – standard deviation, to generate noisy evaluations of the function.
-
f(X)¶