This commit is contained in:
Can Guler 2019-05-21 11:09:30 -07:00 коммит произвёл GitHub
Родитель 7c03793042
Коммит c2e0a6d772
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -533,7 +533,7 @@ func (b *benchOpts) generateFeatures(featuresNum []int) []stats.Features {
// curPos and initialPos are two slices where each value acts as an index
// into the appropriate feature slice maintained in benchOpts.features. This
// loop generates all possible combinations of features by changing one value
// at a time, and once curPos becomes equal to intialPos, we have explored
// at a time, and once curPos becomes equal to initialPos, we have explored
// all options.
var result []stats.Features
var curPos []int