Source code for lightwin.optimisation.objective.minimize_mismatch
"""Hold mismatch related functions.
It has its own module as this quantity is pretty specific.
"""
import logging
from lightwin.optimisation.objective.objective import (
MinimizeMismatch as _MinimizeMismatch,
)