Common interface for function optimization methods.
Namespace: Accord.Math.OptimizationAccord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic interface IOptimizationMethod<TInput, TOutput>
Public Interface IOptimizationMethod(Of TInput, TOutput)Request Example View Source Type Parameters
The IOptimizationMethodTInput, TOutput type exposes the following members.
Properties Name Description NumberOfVariablesGets the number of variables (free parameters) in the optimization problem.
SolutionGets the current solution found, the values of the parameters which optimizes the function.
ValueGets the output of the function at the current
Solution.
Top Methods Name Description MaximizeFinds the maximum value of a function. The solution vector will be made available at the
Solutionproperty.
MinimizeFinds the minimum value of a function. The solution vector will be made available at the
Solutionproperty.
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4