golanggaselection

package module
v0.0.0-...-1efa1f6 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 0 Imported by: 0

README

golang-ga-selection

遺伝的アルゴリズムの選択を実装する。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Individual

type Individual struct {
	Fitness   int
	Evaluated bool
}

type Individuals

type Individuals []Individual

type Selector

type Selector interface {
	Select(Individuals) (Individuals, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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