ImprovementRule

class ImprovementRule(var tG: Int = DEFAULT_TG) : NgaTransitionRuleIfc(source)

No-improvement transition rule (§A.12): transition once the best (incumbent) solution has not improved for tG consecutive generations.

Parameters

tG

the no-improvement generation threshold T_G; must be at least 1

Constructors

Link copied to clipboard
constructor(tG: Int = DEFAULT_TG)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var tG: Int

Functions

Link copied to clipboard

True if the global phase should transition to the local phase now.