Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MO, Operators and Problems #57

Merged
merged 14 commits into from
Aug 5, 2023
Merged

Update MO, Operators and Problems #57

merged 14 commits into from
Aug 5, 2023

Conversation

Zhenyu2Liang
Copy link
Collaborator

  • Add EAG-MOEA/D, MOEA/D-DRA, HypE, SPEA2 algorithms.
  • Modify NSGA-II, NSGA-III, RVEA.
  • Add DTLZ and ZDT.
  • Modify Operators.

@BillHuang2001
Copy link
Collaborator

BillHuang2001 commented Aug 2, 2023

First of all, files under .idea should never be committed into the repo, that's your IDE's config files, please delete them and squash your commits.

Copy link
Collaborator

@BillHuang2001 BillHuang2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And, we recently change all operators to be pure functions, so no need to write any boilerplate code. Just write them as functions, and receive PRNGKey as the first argment if needed.

src/__init__.py Outdated Show resolved Hide resolved
src/evox/algorithms/mo/__init__.py Outdated Show resolved Hide resolved
src/evox/algorithms/mo/eagmoead.py Outdated Show resolved Hide resolved
src/evox/operators/selection/crowding_distance_sort.py Outdated Show resolved Hide resolved
src/evox/operators/selection/roulette_wheel.py Outdated Show resolved Hide resolved
src/evox/operators/selection/roulette_wheel.py Outdated Show resolved Hide resolved
src/evox/problems/classic/dtlz.py Outdated Show resolved Hide resolved
@Zhenyu2Liang
Copy link
Collaborator Author

  • Fix the above problem
  • Add MOEA/D-M2M

Copy link
Collaborator

@BillHuang2001 BillHuang2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Zhenyu2Liang Zhenyu2Liang merged commit afca7f2 into main Aug 5, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants