DoubleFunctionSamplingGetFunctionSampler Method (FunctionDouble, Double) |
Creates a sampler that takes a step suggested by a given function, or
the
DefaultStep if not step is suggested.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IDoubleFunctionSampler GetFunctionSampler(
Function<double, double> function
)
Public Function GetFunctionSampler (
function As Function(Of Double, Double)
) As IDoubleFunctionSampler
public:
IDoubleFunctionSampler^ GetFunctionSampler(
Function<double, double>^ function
)
member GetFunctionSampler :
function : Function<float, float> -> IDoubleFunctionSampler
Parameters
- function
- Type: AGI.FoundationFunctionDouble, Double
The function that suggests the next sample.
Return Value
Type:
IDoubleFunctionSamplerA sampler.
See Also