BaseSimulatedAnnealingOptimizer.IsStopTemparatureCriterion Property
[Category(CATEGORY_STOPPING_CRITERION)]
public bool IsStopTemparatureCriterion {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_STOPPING_CRITERION)]
public:
property bool IsStopTemparatureCriterion {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_STOPPING_CRITERION)
function get IsStopTemparatureCriterion() : boolean;
public
Category(CATEGORY_STOPPING_CRITERION)
function set IsStopTemparatureCriterion(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition