Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaybit0 committed Jan 31, 2025
1 parent 39af800 commit 21758a8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ public void randomSearch(int minExprSize, int maxExprSize, int numSamples) {
* @param fromIdx the start index
* @param toIdx the end index
* @param numSamples the number of sampmles
* @param includeDuplicateReferences if expressions such as +(A,A) should be included in the search
* @param includeRowColVectors if row-col vectors should be included in the search
*/
public void randomSearchFromIndex(int fromIdx, int toIdx, int numSamples, boolean includeDuplicateReferences, boolean includeRowColVectors) {
// Now we will just do random sampling for a few rounds
Expand Down

0 comments on commit 21758a8

Please # to comment.