CRS¶
- class gob.optimizers.misc.CRS.CRS(bounds, n_eval=1000, verbose=False)[source]¶
Bases:
OptimizerInterface for the CRS optimizer.
- Parameters:
bounds (ndarray) – The bounds of the search space.
n_eval (int) – The maximum number of function evaluations.
verbose (bool) – Whether to print information about the optimization process.