QuickstartΒΆ

Attention

Amplify-BBOpt is currently in version 0.x.x and is actively under development. The API and functionality are subject to change as the software has yet to reach a stable release. Users should be aware that breaking changes or modifications may occur without prior notification.

You can install Amplify-BBOpt as follows:

$ pip install amplify_bbopt

Once you installed Amplify-BBOpt correctly, you can check the version as follows.

import amplify_bbopt

amplify_bbopt.__version__
'0.2.4'

Now, let us go to β€œOverview” to see a typical black-box optimization flow and some implementation with Amplify-BBOpt.