There was an error while loading. Please reload this page.
1 parent 118fa2d commit 6c6977cCopy full SHA for 6c6977c
mlp-ea-decentralized/common/ga/client.go
@@ -109,9 +109,8 @@ func (c *Client) Start() error {
109
Evaluated: true,
110
Fitness: score,
111
112
- // TODO: Do not serialize again since you have not modified it
113
- // pass msg.Payload as argument
114
- Genome: c.Delegate.SerializeGenome(genome),
+ // We do not need to serialize again since we have not modified it the genome
+ Genome: msg.Genome,
115
}
116
117
_, err = client.ReturnIndividual(context.Background(), out)
0 commit comments