Skip to content

Commit 21758a8

Browse files
committed
Documentation fix
1 parent 39af800 commit 21758a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/sysds/hops/rewriter/RewriterFramework.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ public void randomSearch(int minExprSize, int maxExprSize, int numSamples) {
253253
* @param fromIdx the start index
254254
* @param toIdx the end index
255255
* @param numSamples the number of sampmles
256+
* @param includeDuplicateReferences if expressions such as +(A,A) should be included in the search
257+
* @param includeRowColVectors if row-col vectors should be included in the search
256258
*/
257259
public void randomSearchFromIndex(int fromIdx, int toIdx, int numSamples, boolean includeDuplicateReferences, boolean includeRowColVectors) {
258260
// Now we will just do random sampling for a few rounds

0 commit comments

Comments
 (0)