Infer.NET Documentation
Execute Method (numberOfIterations)
Infer.NET code documentationMicrosoftResearch.InferCompiledAlgorithmExecute(Int32)
Microsoft Research, Cambridge
Executes the inference algorithm for the specified number of iterations.
Declaration Syntax
C#Visual BasicVisual C++
public void Execute(
	int numberOfIterations
)
Public Sub Execute ( _
	numberOfIterations As Integer _
)
public:
void Execute(
	int numberOfIterations
)
Parameters
numberOfIterations (Int32)

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)