|
NonlinearObjectiveFunctionInnerIndices Property
|
Gets the index of each input variable in the function.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected Dictionary<int, string> InnerIndices { get; }
Protected ReadOnly Property InnerIndices As Dictionary(Of Integer, String)
Get
Request Example
View SourceProperty Value
Type:
DictionaryInt32,
StringSee Also