Click or drag to resize

AnnealingHistoryToString(String) Method

String representation of an annealing history with specified format string.

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
C#
Step #0
maxIterations: 100
temperature: 0.0001
iterations: 100
simplex: 3x2 [ 0.9125 0.9024  0.911 0.9126  0.9142 0.911 ]
minPoint: [ 0.911 0.9126 ] 
minValue: -4.118
error: 0.0004924  

Step #1
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