Skip to content

Commit

Permalink
Is fast_best_order_sort intended to be usable by NonDominatedSorting? #…
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Feb 19, 2024
1 parent 3ead3fe commit af8d260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pymoo/util/function_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def get_functions():
"python": efficient_non_dominated_sort,
"cython": "pymoo.cython.non_dominated_sorting",
},
"fast_best_order_sort": {
"python": None,
"cython": "pymoo.cython.non_dominated_sorting",
},
"tree_based_non_dominated_sort": {
"python": tree_based_non_dominated_sort,
"cython": "pymoo.cython.non_dominated_sorting",
Expand Down

0 comments on commit af8d260

Please sign in to comment.