Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Amplify-BBOpt documentation
Light Logo Dark Logo

🚀 Getting started

  • Amplify-BBOpt とは
  • クイックスタート
  • Amplify-BBOpt 全体像

🌱 Basic

  • 決定変数の作成
  • 目的関数の定義
  • 最適化の実行
  • 結果の評価

🌻 Advanced

  • サロゲートモデル性能向上
  • 制約条件の考慮
  • 変数変換の手法
  • 最適化サイクルのカスタマイズ
  • ロギングのカスタマイズ方法

🧩 Examples

  • テスト関数に対する最適化例
  • 学習データの指数変換実装例
  • 化学プラントにおける生産量最大化

📖 Reference

  • API Reference
    • Class
      • AmplifyModel
      • BinaryVariable
      • BlackBoxFuncBase
      • Dataset
      • DiscreteVariable
      • DiscretizationMethod
      • DiscretizationSpec
      • FlattenedSolution
      • EncodingMethod
      • EncodingInfo
      • KMTrainer
      • IntegerVariable
      • IterationResult
      • FMTrainer
      • Optimizer
      • RealVariable
      • Solution
      • SurrogateModel
      • Variable
    • Functions
      • blackbox
      • decode_values
      • encode_constraints
      • encode_input
      • encode_variables
    • Misc.
      • __version__
      • AMPLIFY_BBOPT_LOG_FORMATTER
      • AMPLIFY_BBOPT_LOGGER_NAME
  • Index
Back to top

Functions¶

amplify_bbopt.blackbox

Wraps a function into a black-box function class.

amplify_bbopt.decode_values

Decode the values using the encoding information.

amplify_bbopt.encode_constraints

Encode the constraints using the provided mapping.

amplify_bbopt.encode_input

Encode the input dataset using the provided variable encodings.

amplify_bbopt.encode_variables

Generate encoding information for the given variables.

Next
blackbox
Previous
Variable
Copyright © 2025, Fixstars Amplify Corporation
Made with Sphinx and @pradyunsg's Furo