PRS

class gob.optimizers.misc.PRS.PRS(bounds, n_eval=1000, verbose=False)[source]

Bases: CPP_Optimizer

Interface for the PRS 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.