Skip to main content

SBArchOpt: Surrogate-Based Architecture Optimization

Project description

SBArchOpt: Surrogate-Based Architecture Optimization

Tests PyPI License

SBArchOpt (es-bee-ARK-opt) provides a set of classes and interfaces for applying Surrogate-Based Optimization (SBO) for system architecture optimization problems:

  • Expensive black-box problems: evaluating one candidate architecture might be computationally expensive
  • Mixed-discrete design variables: categorical architectural decisions mixed with continuous sizing variables
  • Hierarchical design variables: decisions can deactivate/activate (parts of) downstream decisions
  • Multi-objective: stemming from conflicting stakeholder needs
  • Subject to hidden constraints: simulation tools might not converge for all design points

Surrogate-Based Optimization (SBO) aims to accelerate convergence by fitting a surrogate model (e.g. regression, gaussian process, neural net) to the inputs (design variables) and outputs (objectives/constraints) to try to predict where interesting infill points lie. Potentially, SBO needs about one or two orders of magnitude less function evaluations than Multi-Objective Evolutionary Algorithms (MOEA's) like NSGA2. However, dealing with the specific challenges of architecture optimization, especially in a combination of the challenges, is not trivial. This library hopes to support in doing this.

The library provides:

  • A common interface for defining architecture optimization problems based on pymoo
  • Support in using Surrogate-Based Optimization (SBO) algorithms:
    • Implementation of a basic SBO algorithm
    • Connectors to various external SBO libraries
  • Analytical and realistic test problems that exhibit one or more of the architecture optimization challenges

Installation

First, create a conda environment (skip if you already have one):

conda create --name opt python=3.9
conda activate opt

Then install the package:

conda install numpy
pip install sb-arch-opt

Note: there are optional dependencies for the connected optimization frameworks and test problems. Refer to their documentation for dedicated installation instructions.

Documentation

Refer to the documentation for more background on SBArchOpt and how to implement architecture optimization problems. Test problem documentation can be found here: test problems

Optimization framework documentation:

Contributing

The project is coordinated by: Jasper Bussemaker (jasper.bussemaker at dlr.de)

If you find a bug or have a feature request, please file an issue using the Github issue tracker. If you require support for using SBArchOpt or want to collaborate, feel free to contact me.

Contributions are appreciated too:

  • Fork the repository
  • Add your contributions to the fork
    • Update/add documentation
    • Add tests and make sure they pass (tests are run using pytest)
  • Issue a pull request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sb-arch-opt-1.1.0.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

sb_arch_opt-1.1.0-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file sb-arch-opt-1.1.0.tar.gz.

File metadata

  • Download URL: sb-arch-opt-1.1.0.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for sb-arch-opt-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2477d8a1b3cd6be1e105428978d5570935ab4ccdc1a6732812e66dcae9b4f92f
MD5 f33bf4b90c2f8da65075ef1d85b9d970
BLAKE2b-256 829bee1e206058eca625f5e2948490dcae33025f9c99e1ba7be0a64219b303f7

See more details on using hashes here.

Provenance

File details

Details for the file sb_arch_opt-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: sb_arch_opt-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for sb_arch_opt-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 801350986b515d4cd3ba6a4ab395ccf8d8732a7e13c6b73ada4b3b2aa82d14e8
MD5 c38357d0d1802b7a9c0f234234346985
BLAKE2b-256 cd3bbcd2e203686dac9b9757d5ee7646728a63576612664f0f940cd492506d61

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page