slackbuilds_ponce/academic/dimod/slack-desc
William PC 4caa454e01
academic/dimod: Added (A shared API for samplers)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 22:32:58 +07:00

19 lines
1,005 B
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
dimod: dimod (A shared API for samplers)
dimod:
dimod: dimod is a shared API for samplers. It provides:
dimod:
dimod: - classes for quadratic models---such as the binary quadratic
dimod: model (BQM) class that contains Ising and QUBO models used by
dimod: samplers such as the D-Wave system---and higher-order
dimod: (non-quadratic) models.
dimod: - reference examples of samplers and composed samplers.
dimod: - abstract base classes for constructing new samplers and composed
dimod: samplers.