Skip to content

Commit

Permalink
Add description of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival-05 committed Dec 24, 2024
1 parent fb3674a commit 83c2521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VSharp.API/VSharpOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ public readonly record struct VSharpOptions
/// <param name="stepsLimit">Number of symbolic machine steps to stop execution after. Zero value means no limit.</param>
/// <param name="aiAgentTrainingOptions">Settings for AI searcher training.</param>
/// <param name="pathToModel">Path to ONNX file with model to use in AI searcher.</param>
/// <param name="useGPU">Enables GPU processing.</param>
/// <param name="optimize">Optimize.</param>
/// <param name="useGPU">Specifies whether the ONNX execution session should use a CUDA-enabled GPU..</param>
/// <param name="optimize">Enabling options like parallel execution and various graph transformations to enhance performance of ONNX.</param>
public VSharpOptions(
int timeout = DefaultTimeout,
int solverTimeout = DefaultSolverTimeout,
Expand Down

0 comments on commit 83c2521

Please sign in to comment.