Click or drag to resize
Accord.NET (logo)

IOptimizationMethodTCode 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<TCode> : IOptimizationMethod, 
	IOptimizationMethod<double[], double>, IOptimizationMethod<double[], double, TCode>
where TCode : struct, new()
Request Example View Source

Type Parameters

TCode

The IOptimizationMethodTCode type exposes the following members.

Properties
Methods
See Also