__call__
- ConstraintsFunc.__call__(*args, **kwargs)[source]
Calls the function and evaluates it if necessary.
Parameters
- *argstuple
The arguments to pass to the function.
- **kwargsdict
The keyword arguments to pass to the function.
Returns
- resultnp.array(1d)
The result of the function call which is a boolean array.