Skip to content

Commit

Permalink
change stepsize
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 4, 2024
1 parent 7cf3763 commit 2f8e56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def griewank_function(params):

self.pure_objective_function = griewank_function

def search_space(self, min=-100, max=100, step=0.1, value_types="array"):
def search_space(self, min=-100, max=100, step=1, value_types="array"):
return super().create_n_dim_search_space(min, max, step, value_types)

0 comments on commit 2f8e56f

Please sign in to comment.