Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Oct 31, 2023
1 parent 9b5d978 commit 90d56f6
Show file tree
Hide file tree
Showing 2 changed files with 4,429 additions and 7,321 deletions.
1 change: 1 addition & 0 deletions customhys/hyperheuristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def __init__(self, heuristic_space='default.txt', problem=None, parameters=None,
Weights of the search operators, if there is a-priori information about them. The default is None.
"""
# Read the heuristic space
# TODO: fix for any OS (now, it only works for Windows)
if isinstance(heuristic_space, list):
self.heuristic_space_label = 'custom_list'
self.heuristic_space = heuristic_space
Expand Down
11,749 changes: 4,428 additions & 7,321 deletions examples/tutorial_in_spanish.ipynb

Large diffs are not rendered by default.

0 comments on commit 90d56f6

Please sign in to comment.