ObjectiveFunctionT Delegate
Objective Function Delegate
Namespace: Metas.UncLib.OptimizationAssembly: Metas.UncLib.Optimization (in Metas.UncLib.Optimization.dll) Version: 2.8.9053.20205
public delegate T[] ObjectiveFunction<T>(
T[] x,
T[] p,
bool debug
)
Public Delegate Function ObjectiveFunction(Of T) (
x As T(),
p As T(),
debug As Boolean
) As T()
generic<typename T>
public delegate array<T>^ ObjectiveFunction(
array<T>^ x,
array<T>^ p,
bool debug
)
type ObjectiveFunction =
delegate of
x : 'T[] *
p : 'T[] *
debug : bool -> 'T[]
- x T
- x
- p T
- p
- debug Boolean
- debug
- T
- Real Number Type
Tf