Status channel in Grow()
This commit is contained in:
12
grow/status.go
Normal file
12
grow/status.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package grow
|
||||
|
||||
import "github.com/firestuff/subcoding/vm"
|
||||
|
||||
type Status struct {
|
||||
TargetScore uint64
|
||||
|
||||
Attempts uint64
|
||||
|
||||
BestScore uint64
|
||||
BestProgram *vm.Program
|
||||
}
|
||||
Reference in New Issue
Block a user