SimulatedAnnealingOptimizer.AcceptNewSolution Method

Determines whether to accept a new solution based on the Metropolis criterion.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
protected virtual bool AcceptNewSolution(
	double currentValue,
	double newValue
)

Parameters

currentValue  Double
 
newValue  Double
 

Return Value

Boolean

See Also