Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/primitive
/ Energy
Method
Energy
primitive/optimize.go:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
type
Annealable
interface
{
9
Energy() float64
10
DoMove()
interface
{}
11
UndoMove(
interface
{})
12
Copy() Annealable
Callers
8
Step
Method · 0.65
runWorkers
Method · 0.65
Energy
Method · 0.65
HillClimb
Function · 0.65
PreAnneal
Function · 0.65
Anneal
Function · 0.65
BestHillClimbState
Method · 0.65
BestRandomState
Method · 0.65
Implementers
1
State
primitive/state.go
Calls
no outgoing calls
Tested by
no test coverage detected