Skip to content

Commit

Permalink
Fiw WB2S name
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jul 10, 2024
1 parent b11e45c commit 9dfa9c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ego/src/solver/egor_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ where
self.config
.infill_criterion
.scaling(&scaling_points.view(), obj_model, fmin);
info!("WBS2 scaling factor = {}", scale_ic);
info!("WB2S scaling factor = {}", scale_ic);
scale_ic
} else {
1.
Expand All @@ -516,7 +516,8 @@ where
let scale_infill_obj =
self.compute_infill_obj_scale(&scaling_points.view(), obj_model, fmin, scale_ic);
info!(
"Infill criterion scaling is updated to {}",
"Infill criterion {} scaling is updated to {}",
self.config.infill_criterion.name(),
scale_infill_obj
);
let scale_cstr = if cstr_models.is_empty() {
Expand Down

0 comments on commit 9dfa9c4

Please sign in to comment.