Versions in this module Expand all Collapse all v1 v1.1.8 May 18, 2021 Changes in this version + func NewModifiedGenetic(newPointGroup func() normgeom.NormPointGroup, size int, cutoff int, ...) *modifiedGenetic + func NewSimple(newPointGroup func() normgeom.NormPointGroup, size int, cutoff int, ...) *simple + type Algorithm interface + Best func() normgeom.NormPointGroup + Stats func() Stats + Step func() + type FitnessData struct + Fitness float64 + I int + type MutationsData struct + Indexes []int + Mutations []mutation.Mutation + func (m *MutationsData) Clear() + func (m MutationsData) Count() int + type Stats struct + BestFitness float64 + Generation int + TimeForGen time.Duration