gemseo.algos.opt.core.updater_factory module#
Factory for the trust updater.
- class UpdaterFactory[source]#
Bases:
objectA factory of
TrustUpdater.- create(name, thresholds, multipliers, bound)[source]#
Create a
TrustUpdater.- Parameters:
- Raises:
ValueError -- When the updater does not exist.
- Return type:
- PENALTY = 'penalty'#
- RADIUS = 'radius'#