Click or drag to resize

AnnealingHistoryToString Method

String representation of 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
C#
Step #0
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  

Step #1
maxIterations: 100
temperature: 0
iterations: 18
simplex: 3x2 [ 0.911884495920495 0.912071398093877  0.91184903451532 0.911817960334906  0.912107634919006 0.911985310217814 ]
minPoint: [ 0.911884495920495 0.912071398093877 ]
minValue: -4.11831905152619
error: 5.54453862599863E-08
See Also