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
return [[rand(1:tci.localdims[p]) for p in1:L] for _ in1:finder.npivots]
380
+
return [[rand(1:input.localdims[p]) for p in1:L] for _ in1:finder.npivots]
377
381
end
378
382
```
379
383
384
+
Note that the `GlobalPivotSearchInput` object contains the local dimensions of the TCI2 object, the function to be interpolated, and the tolerance, and the current pivots, etc. See [`GlobalPivotSearchInput`](@ref) for more details.
385
+
380
386
You can use this custom finder by passing it to the `optimize!` function:
0 commit comments