Fixed variable name
This commit is contained in:
@ -60,7 +60,7 @@ class Attributes:
|
|||||||
termination_impl = Termination_Methods.fitness_and_generation_based,
|
termination_impl = Termination_Methods.fitness_and_generation_based,
|
||||||
database = None,
|
database = None,
|
||||||
database_name = 'database.db',
|
database_name = 'database.db',
|
||||||
'sql_create_data_structure' = """ CREATE TABLE IF NOT EXISTS data (
|
sql_create_data_structure = """CREATE TABLE IF NOT EXISTS data (
|
||||||
id integer PRIMARY KEY,
|
id integer PRIMARY KEY,
|
||||||
generation integer NOT NULL,
|
generation integer NOT NULL,
|
||||||
fitness DOUBLE,
|
fitness DOUBLE,
|
||||||
|
|||||||
Reference in New Issue
Block a user