Skip to content

Commit

Permalink
add creator
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas committed Sep 17, 2024
1 parent b22e550 commit 11c6cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn_genetic/genetic_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def __init__(
self.pre_dispatch = pre_dispatch
self.error_score = error_score
self.return_train_score = return_train_score
# self.creator = creator
self.creator = creator
self.log_config = log_config
self.use_cache = use_cache
self.fitness_cache = {}
Expand Down Expand Up @@ -939,7 +939,7 @@ def __init__(
self.pre_dispatch = pre_dispatch
self.error_score = error_score
self.return_train_score = return_train_score
# self.creator = creator
self.creator = creator
self.log_config = log_config
self.use_cache = use_cache
self.fitness_cache = {}
Expand Down

0 comments on commit 11c6cce

Please sign in to comment.