stages

package
v0.0.0-...-e1d4e1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary struct {
	// contains filtered or unexported fields
}

func NewBinary

func NewBinary(minDistance, fcp float64) *Binary

func (Binary) Fcp

func (b Binary) Fcp() float64

func (Binary) IsOver

func (b Binary) IsOver() bool

func (Binary) MinDistance

func (b Binary) MinDistance() float64

func (Binary) Name

func (b Binary) Name() string

func (*Binary) SetOver

func (b *Binary) SetOver()

func (*Binary) Type

func (b *Binary) Type() types.StageType

type Pull

type Pull struct {
	// contains filtered or unexported fields
}

func NewPull

func NewPull() *Pull

func (Pull) IsOver

func (p Pull) IsOver() bool

func (Pull) Name

func (p Pull) Name() string

func (*Pull) SetOver

func (p *Pull) SetOver()

func (Pull) Type

func (p Pull) Type() types.StageType

type Push

type Push struct {
	// contains filtered or unexported fields
}

func NewPush

func NewPush(delta, epsilon float64, l int, generations int, objectiveValues int) *Push

func (Push) IsOver

func (p Push) IsOver() bool

func (Push) Name

func (p Push) Name() string

func (*Push) SetOver

func (p *Push) SetOver()

func (Push) Type

func (p Push) Type() types.StageType

func (*Push) Update

func (p *Push) Update(generation int, population []types.Individual)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL