Skip to content

Commit 6edfdd0

Browse files
qiuyizcopybara-github
authored andcommitted
Minor fixes to CanonicalEvolutionDesigner.
PiperOrigin-RevId: 573221474
1 parent b08e5b9 commit 6edfdd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vizier/_src/algorithms/evolution/templates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def update(
175175
self._num_trials_seen += len(completed)
176176
candidates = self._population + self._converter.to_population(completed)
177177
self._population = self._survival.select(candidates)
178-
self._pool = self._population
179178

180179
def load(self, metadata: vz.Metadata):
181180
self._population = type(self._population).recover(metadata)

0 commit comments

Comments
 (0)