Skip to content

← Back to subsystem1

Optimization1

Source: userfiles/NewUseCase_Template/subsystem1/Optimization1.py

Optimization configuration for Subsystem 1 in the new use-case.

This module defines the Optimization1 class which configures the local optimization algorithm and its hyperparameters for Subsystem 1 in the distributed design optimization framework.

Classes

Optimization1

Inherits from: OptimizationBasis

Optimization configuration class for Subsystem 1.

Configures the local optimization algorithm (PyNomadBBO by default) for solving the subproblem of Subsystem 1 in the new use-case.

Attributes:

_optimizer: The optimization algorithm instance configured with
appropriate hyperparameters for this subsystem.

Methods

init(self) → None

Initialize the Optimization1 instance with the selected optimizer.