MCPcopy
hub / github.com/fogleman/primitive / State

Struct State

primitive/state.go:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package primitive
2
3type State struct {
4 Worker *Worker
5 Shape Shape
6 Alpha int
7 MutateAlpha bool
8 Score float64
9}
10
11func NewState(worker *Worker, shape Shape, alpha int) *State {
12 var mutateAlpha bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected