NelderMeadSolver.Solve Method (Func, Boolean)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Function Solve ( _
f As Func, _
x0 As Boolean _
) As INonlinearSolution
public static INonlinearSolution Solve(
Func f,
bool x0
)
public:
static INonlinearSolution^ Solve(
Func^ f,
bool x0
)
static member Solve :
f:Func *
x0:bool -> INonlinearSolution
public static function Solve(
f : Func,
x0 : boolean
) : INonlinearSolution
Parameters
- f
Type: System.Func<T, TResult>
- x0
Type: System.Boolean
Return Value
Type: Microsoft.SolverFoundation.Services.INonlinearSolution
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.