Skip to content

Commit

Permalink
Update bo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOrm committed Nov 10, 2023
1 parent d7d09b7 commit d301321
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions hypermapper/bo/bo.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,7 @@ def main(settings, black_box_function=None):
)
if default_doe_parameter_array.shape[0] > 0:
default_doe_data_array = param_space.run_configurations(
torch.cat(
(
default_parameter_array.reshape(-1, param_space.dimension),
doe_parameter_array.reshape(-1, param_space.dimension),
),
0,
),
default_doe_parameter_array,
beginning_of_time,
settings,
black_box_function,
Expand Down

0 comments on commit d301321

Please sign in to comment.