neurop.base

Classes

BaseBackend()

Base-class for neuromorphic hardware that can run models derived from QUBO.

BaseCompiler(problem, modelType[, backend, ...])

Base-class for compilers that can convert optimization problems to models and compile models to a specific backend.

BaseModel(variables, initializer)

Base-class for models that can be derived from various optimization problems.

BaseProblem(initializer)

Base class to define an optimization problem that can be solved via QUBO.