SimulatedAnnealingOptimizer.TrialCount Property

[Category(CATEGORY_PARAM)] 
public int TrialCount {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_PARAM)] 
public:  
property int TrialCount { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_PARAM) 
function get TrialCount() : int
public  
Category(CATEGORY_PARAM) 
function set TrialCount(value : int);
This language is not supported or no code example is available.

Property Value

int

In this article

Definition