Skip to content

Commit

Permalink
dev: deprecate cpso_s in favor of the CC framework
Browse files Browse the repository at this point in the history
fix: import
  • Loading branch information
BillHuang2001 committed Apr 14, 2024
1 parent 7c96129 commit 46d01ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
6 changes: 0 additions & 6 deletions docs/source/api/algorithms/so/cpso_s.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/evox/algorithms/so/pso_variants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .sl_pso_gs import SLPSOGS
from .cso import CSO
from .clpso import CLPSO
from .cpso_s import CPSOS
from .dms_pso_el import DMSPSOEL
from .fips import FIPS
from .swmmpso import SwmmPSO
Expand Down
54 changes: 0 additions & 54 deletions src/evox/algorithms/so/pso_variants/cpso_s.py

This file was deleted.

0 comments on commit 46d01ce

Please sign in to comment.