You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,6 +131,8 @@ public readonly record struct VSharpOptions
125
131
/// <param name="releaseBranches">If true and timeout is specified, a part of allotted time in the end is given to execute remaining states without branching.</param>
126
132
/// <param name="randomSeed">Fixed seed for random operations. Used if greater than or equal to zero.</param>
127
133
/// <param name="stepsLimit">Number of symbolic machine steps to stop execution after. Zero value means no limit.</param>
134
+
/// <param name="aiAgentTrainingOptions">Settings for AI searcher training.</param>
135
+
/// <param name="pathToModel">Path to ONNX file with model to use in AI searcher.</param>
0 commit comments