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