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