Searched refs:minIndex (Results 1 – 3 of 3) sorted by relevance
602 opts.minIndex = max(0,min(opts.maxIndex-1, opts.minIndex))604 opts.count = min(opts.count, opts.maxIndex-opts.minIndex)662 index = opts.minIndex + i664 index = opts.minIndex + int((opts.maxIndex-opts.minIndex) * random.random())
213 s.setSelection(NId, v.minIndex()); in backpropagate()
89 unsigned minIndex() const { in minIndex() function