Skip to content

Commit

Permalink
Fix Egorservice::suggest doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 27, 2024
1 parent 497af7e commit fbafb1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ego/src/egor_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ pub struct EgorService<SB: SurrogateBuilder> {

impl<SB: SurrogateBuilder> EgorService<SB> {
/// Given an evaluated doe (x, y) data, return the next promising x point
/// where optimum may occurs regarding the infill criterium.
/// This function inverse the control of the optimization and can used
/// ask-and-tell interface to the EGO optimizer.
/// where optimum may be located with regard to the infill criterion.
/// This function inverses the control of the optimization and can be used
/// for an ask-and-tell interface to the Egor optimizer.
pub fn suggest(
&self,
x_data: &ArrayBase<impl Data<Elem = f64>, Ix2>,
Expand Down

0 comments on commit fbafb1e

Please sign in to comment.