Click or drag to resize

AnnealingMinimizerOnSerializing Method

Conditionally store history. If keep history, then set historySerialized (which is serialized) equal to history_ (which is not serialized)

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void OnSerializing(
	StreamingContext ctx
)

Parameters

ctx  StreamingContext
Streaming context.
See Also