Skip to content

Instantiate parameter factories once

Adham Hashibon requested to merge 135-instantiate-parameter-factories-once into master

Created by: stefanoborini

Backward incompatible change. Requires updating the plugins. Requires to specify the factory classes for the MCO parameters, instead of instantiating them every time.

Required changes to the plugins:

  • a new method on the MCO factory get_parameter_factory_classes() must return the parameter factory classes.
  • the current parameter_factories() method must be removed.

Fixes #135 (closed)

Merge request reports

Loading