Ticket #166 (reopened idea)

Opened 5 years ago

Last modified 3 years ago

provide bounded constraints-imposing functions

Reported by: mmckerns Owned by: mmckerns
Priority: major Milestone: mystic-0.3a
Component: mystic.constraints Keywords:
Cc:

Description

provide bounded constraints-imposing functions

for example, imposing a "bounded_mean" would impose a mean, and simultaneously not violate bounds constraints.

Change History

comment:1 Changed 5 years ago by mmckerns

several examples can be found in the OUQ seismic code

from seismic import bounded_mean
from seismic import soft_bounded_mean
from seismic import bounded_norm
from seismic import bounded_square_norm

comment:2 Changed 3 years ago by mmckerns

added decorators for imposing bounds in r598 (as noted in ticket #182)

comment:3 Changed 3 years ago by mmckerns

  • Status changed from new to closed
  • Resolution set to worksforme
  • Component changed from mystic.math to mystic.constraints
  • Milestone changed from mystic-0.3a to mystic-0.2a2

need to merge into trunk, but otherwise, close as worksforme.

comment:4 Changed 3 years ago by mmckerns

  • Status changed from closed to reopened
  • Resolution worksforme deleted

doesn't seem to have been merged into trunk. should be open till that happens

comment:5 Changed 3 years ago by mmckerns

  • Milestone changed from mystic-0.2a2 to mystic-0.3a
Note: See TracTickets for help on using tickets.