LazyObjectiveFunctionBase Constructor |
Namespace: Altaxo.Calc.Optimization.ObjectiveFunctionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected LazyObjectiveFunctionBase(
bool gradientSupported,
bool hessianSupported
)
Parameters
- gradientSupported Boolean
- Whether gradients are supported.
- hessianSupported Boolean
- Whether Hessians are supported.
See Also