Dynex & Python.

06 Jun 2023, 09:59
Dynex & Python 🖥 As we are currently busy working on "Dynex Machine Learning", a full integration to compute on the Dynex Platform using Python is part of the release. The following example shows how to use Dynex to solve a Binary Quadratic Model. The Dynex Python SDK allows users to interact with the Dynex Annealer through Python programs. This python program introduces a Quadratic Model (QM) and submits it to the annealer to find the minimum energy value for that model. You will find these functions also being part of Machine Learning.