Skip to content

Commit

Permalink
Fix RankAndCrowding docs pcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mooscaliaproject committed Oct 17, 2022
1 parent 4ff6134 commit 8da25a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymoo/operators/survival/rank_and_crowding/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, nds=None, crowding_func="cd"):
Crowding metric. Options are:
- 'cd': crowding distances
- 'pcd' or 'pruned-cd': pruned crowding distances
- 'pcd' or 'pruning-cd': improved pruning based on crowding distances
- 'ce': crowding entropy
- 'mnn': M-Neaest Neighbors
- '2nn': 2-Neaest Neighbors
Expand Down Expand Up @@ -120,7 +120,7 @@ def __init__(self, nds=None, crowding_func="cd"):
Crowding metric. Options are:
- 'cd': crowding distances
- 'pcd' or 'pruned-cd': pruned crowding distances
- 'pcd' or 'pruning-cd': improved pruning based on crowding distances
- 'ce': crowding entropy
- 'mnn': M-Neaest Neighbors
- '2nn': 2-Neaest Neighbors
Expand Down

0 comments on commit 8da25a8

Please sign in to comment.