aboutsummaryrefslogtreecommitdiff
path: root/bestflags/genetic_algorithm.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/genetic_algorithm.py')
-rw-r--r--bestflags/genetic_algorithm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bestflags/genetic_algorithm.py b/bestflags/genetic_algorithm.py
index 15ad1f74..deb83f12 100644
--- a/bestflags/genetic_algorithm.py
+++ b/bestflags/genetic_algorithm.py
@@ -1,7 +1,6 @@
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
"""The hill genetic algorithm.
Part of the Chrome build flags optimization.
@@ -87,6 +86,7 @@ def RandomMutate(specs, flag_set, mutation_rate):
class GATask(Task):
+
def __init__(self, flag_set):
Task.__init__(self, flag_set)