Skip to content

Commit

Permalink
Minor fixes to CanonicalEvolutionDesigner.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573221474
  • Loading branch information
qiuyiz authored and copybara-github committed Oct 13, 2023
1 parent b08e5b9 commit 6edfdd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vizier/_src/algorithms/evolution/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def update(
self._num_trials_seen += len(completed)
candidates = self._population + self._converter.to_population(completed)
self._population = self._survival.select(candidates)
self._pool = self._population

def load(self, metadata: vz.Metadata):
self._population = type(self._population).recover(metadata)
Expand Down

0 comments on commit 6edfdd0

Please sign in to comment.