We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08e5b9 commit 6edfdd0Copy full SHA for 6edfdd0
vizier/_src/algorithms/evolution/templates.py
@@ -175,7 +175,6 @@ def update(
175
self._num_trials_seen += len(completed)
176
candidates = self._population + self._converter.to_population(completed)
177
self._population = self._survival.select(candidates)
178
- self._pool = self._population
179
180
def load(self, metadata: vz.Metadata):
181
self._population = type(self._population).recover(metadata)
0 commit comments