Click or drag to resize

AnnealingHistoryStepToString(String) Method

Returns a string representation of a step in an annealing history with specified numeric format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string ToString(
	string formatString
)

Parameters

formatString  String
Desired numeric format.

Return Value

String
A string representation.
Remarks
For example:
C#
maxIterations: 100
temperature: 0
iterations: 18
simplex: 3x2 [ 0.9119 0.9121  0.9118 0.9118  0.9121 0.912 ]
minPoint: [ 0.9119 0.9121 ]
minValue: -4.1183
error: 5.544E-08
See Also