(class from pyomo.contrib.trustregion.filter)
pyomo.contrib.trustregion.filter
Bases: object
object
Trust region filter
Based on original filter by Eason, Biegler (2016)
Methods
__init__()
__init__
addToFilter(filterElement)
addToFilter
Method to add, remove, or skip a filter element
isAcceptable(filterElement, maximum_feasibility)
isAcceptable
Check whether a step is acceptable to the filter.
Member Documentation
Check whether a step is acceptable to the filter. If not, we reject the step.