pymloc.model.optimization.objectives.objective

Classes

AutomaticLocalObjective(global_objective, …)

Objective(lower_level_variables, …)

class pymloc.model.optimization.objectives.objective.AutomaticLocalObjective(global_objective, *args, **kwargs)

Bases: pymloc.model.optimization.objectives.local_objective.LocalObjective

class pymloc.model.optimization.objectives.objective.Objective(lower_level_variables, higher_level_variables, local_level_variables)

Bases: pymloc.model.multilevel_object.MultiLevelObject

Parameters
residual(ll_vars, hl_vars, loc_vars)
Parameters
Return type

numpy.ndarray