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