Click or drag to resize

AnnealingHistoryStepToString Method

Returns a string representation of a step in an annealing history.

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

Return Value

String
A string representation.
Remarks
For example:
C#
maxIterations: 100
temperature: 0.0001
iterations: 100
simplex: 3x2 [ 0.912514976831154 0.902421605680138  0.910987319098786 0.912592829111963  0.91422648834996 0.911002986039966 ]
minPoint: [ 0.910987319098786 0.912592829111963 ] 
minValue: -4.11831735017376
error: 0.000492369077957788
See Also