Skip to content

Commit

Permalink
maximizing for neat
Browse files Browse the repository at this point in the history
  • Loading branch information
musalman709 committed May 12, 2021
1 parent f2fee25 commit 04bdbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loop-functions/habanero/HabDecLoopFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void HabDecLoopFunction::Init(TConfigurationNode& t_tree) {
try {
cParametersNode = GetNode(t_tree, "params");
GetNodeAttributeOrDefault(cParametersNode, "maximization", m_bMaximization, (bool) false);
m_bMaximization = true;
// m_bMaximization = true;
} catch(std::exception e) {
}

Expand Down
2 changes: 1 addition & 1 deletion loop-functions/habanero/HabRenLoopFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void HabRenLoopFunction::Init(TConfigurationNode& t_tree) {
try {
cParametersNode = GetNode(t_tree, "params");
GetNodeAttributeOrDefault(cParametersNode, "maximization", m_bMaximization, (bool) false);
m_bMaximization = true;
// m_bMaximization = true;
} catch(std::exception e) {
}

Expand Down

0 comments on commit 04bdbcd

Please sign in to comment.