GCN-SBS¶
- class gob.optimizers.particles.common_noise.GCN.GCN_SBS.GCN_SBS(bounds, n_particles=200, iter=100, dt=0.1, sigma=0.1, sigma_noise=1, verbose=False)[source]¶
Bases:
CPP_OptimizerInterface for the Geometric Common Noise SBS optimizer.
- Parameters:
bounds (ndarray) – The bounds of the search space.
n_particles (int) – The number of particles.
iter (int) – The number of iterations.
dt (float) – The time step.
sigma (float) – The kernel bandwidth.
sigma_noise (float) – The kernel bandwidth for the common noise.
verbose (bool) – Whether to print information about the optimization process.