enumerate_by_popularity(wdays_by_popularity) do |wdays|
              next if wdays.length > max_complexity
              guesses << @klass.new.tap do |schedule|
                schedule.kind = :weekly
                schedule.start_date = @start_date