Skip to content

Commit

Permalink
begin merge
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaya2 committed Jan 15, 2021
1 parent 49fc867 commit 735ce52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ruleBasedSelectionHH.m → toDelete_ruleBasedSelectionHH.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Class definition for Rule-based selection hyper-heuristics
classdef ruleBasedSelectionHH < selectionHH
classdef toDel_ruleBasedSelectionHH < selectionHH
% ----- ---------------------------------------------------- -----
% Properties
% ----- ---------------------------------------------------- -----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
classdef ruleBasedSelectionHH2 < ruleBasedSelectionHH
classdef toDel_ruleBasedSelectionHH2 < ruleBasedSelectionHH
% ----- ---------------------------------------------------- -----
% Properties
% ----- ---------------------------------------------------- -----
Expand Down
2 changes: 1 addition & 1 deletion selectionHH.m → toDelete_selectionHH.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Class definition for selection hyper-heuristics
classdef selectionHH < handle
classdef toDel_selectionHH < handle
% ----- ---------------------------------------------------- -----
% Properties
% ----- ---------------------------------------------------- -----
Expand Down

0 comments on commit 735ce52

Please sign in to comment.