A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://accord-framework.net/docs/html/T_Accord_Math_Optimization_IOptimizationMethod_2.htm below:

IOptimizationMethodTInput, TOutput Interface

Common interface for function optimization methods.

Namespace:  Accord.Math.Optimization
Assembly:

Accord.Math (in Accord.Math.dll) Version: 3.8.0

Syntax
public interface IOptimizationMethod<TInput, TOutput>
Public Interface IOptimizationMethod(Of TInput, TOutput)
Request Example View Source Type Parameters
TInput
TOutput

The IOptimizationMethodTInput, TOutput type exposes the following members.

Properties   Name Description NumberOfVariables

Gets the number of variables (free parameters) in the optimization problem.

Solution

Gets the current solution found, the values of the parameters which optimizes the function.

Value

Gets the output of the function at the current

Solution

.

Top Methods   Name Description Maximize

Finds the maximum value of a function. The solution vector will be made available at the

Solution

property.

Minimize

Finds the minimum value of a function. The solution vector will be made available at the

Solution

property.

Top See Also

RetroSearch 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