Bases: object
object
Creates a pygmo algorithm from parameters
Methods
__init__()
__init__
new(type[, pop])
new
Create a pygmo algo.
Optimizer parameters are extracted from kwargs.
type (str) – Name of the driver type
kwargs (dict, optional) – Additional parameters, type dependent
The pygmo algorithm object
imports.pygmo.algo