Click or drag to resize

CatchmentObjectiveFactory Constructor

Initializes a new instance of the CatchmentObjectiveFactory class

Namespace:  DHI.Mike1D.Optimization
Assembly:  DHI.Mike1D.Optimization (in DHI.Mike1D.Optimization.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public CatchmentObjectiveFactory(
	DateTime[] targetTimes,
	double[] targetValues,
	IVectorGetter<double> modelValuesGetter
)

Parameters

targetTimes
Type: SystemDateTime
targetValues
Type: SystemDouble
modelValuesGetter
Type: DHI.Mike1D.GenericIVectorGetterDouble
See Also