Skip to content

Minimum

Minimum

Bases: TNorm

TNorm that computes the minimum of any two values.

Equation

\(a \otimes b=\min(a,b)\)

related

Functions

compute

compute(a: Scalar, b: Scalar) -> Scalar

Compute the minimum of two membership function values.

Parameters:

Name Type Description Default
a Scalar

membership function value

required
b Scalar

membership function value

required

Returns:

Type Description
Scalar

\(a \otimes b=\min(a,b)\)