Skip to content

Commit

Permalink
feat(Lab3): complete lab 3 global optimizathon
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLSmirnov committed Dec 21, 2023
1 parent 015a5a6 commit 337e241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2023 Smirnov Pavel

#include "task_3/fedotov_v_global_optimization/global_optimization.h"
#include "task_3/smirnov_p_global_optimization/global_optimization.h"

// global min of ONE argument function.
// fixed variable is need for dimensional reduction method,
Expand Down
2 changes: 1 addition & 1 deletion tasks/task_3/smirnov_p_global_optimization/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ int main(int argc, char** argv) {
MPI_Finalize();

return result_code;
}
}

0 comments on commit 337e241

Please sign in to comment.