← Back to subsystem0
Optimization0¶
Source: userfiles/NewUseCase_Template/subsystem0/Optimization0.py
Optimization configuration for Subsystem 0 in the new use-case.
This module defines the Optimization0 class which configures the local optimization algorithm and its hyperparameters for Subsystem 0 in the distributed design optimization framework.
Classes¶
Optimization0¶
Inherits from: OptimizationBasis
Optimization configuration class for Subsystem 0.
Configures the local optimization algorithm (PyNomadBBO by default) for solving the subproblem of Subsystem 0 in the new use-case.
Attributes:
_optimizer: The optimization algorithm instance configured with
appropriate hyperparameters for this subsystem.
Methods¶
init(self) → None
Initialize the Optimization0 instance with the selected optimizer.