Versions in this module Expand all Collapse all v0 v0.1.1 Jun 2, 2019 v0.1.0 May 31, 2019 Changes in this version + type ElapsedTime time.Duration + func (dur ElapsedTime) IsSatisfied(stats *evolve.PopulationStats) bool + func (dur ElapsedTime) String() string + type GenerationCount int + func (n GenerationCount) IsSatisfied(stats *evolve.PopulationStats) bool + func (n GenerationCount) String() string + type TargetFitness struct + Fitness float64 + Natural bool + func (tf TargetFitness) IsSatisfied(stats *evolve.PopulationStats) bool + func (tf TargetFitness) String() string + type UserAbort struct + func NewUserAbort() *UserAbort + func (UserAbort) String() string + func (ua *UserAbort) Abort() + func (ua *UserAbort) IsSatisfied(*evolve.PopulationStats) bool + func (ua *UserAbort) Reset()