BoundType

class BoundType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Boundary type for the lower and upper parameter bounds of a system.

Variables:
  • NON_PERIODIC – Non-periodic boundaries on BoxConstraint. This means the optimizer will clip the parameter any time it takes a step outside of the boundaries. Default.

  • PERIODIC – Periodic boundaries on BoxConstraint. This means, if the optimizer takes a step out of the boundaries, it will modulo back within range.