GrowthStrategy

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(f: IndexedSeq[Int] => Int): GrowthStrategy
def apply(desc: String, f: IndexedSeq[Int] => Int): GrowthStrategy
def maxBrowsers(maxBrowsers: Int): GrowthStrategy

Max out browsers first, then start adding tabs

Max out browsers first, then start adding tabs

def maxTabs(maxTabsPerBrowser: Int): GrowthStrategy

Max out tabs first, then start adding browsers

Max out tabs first, then start adding browsers