Add RVEAa and final_step, and modify DTLZ, IGD and RVEA#231
Merged
Conversation
BillHuang2001
requested changes
Apr 3, 2025
Collaborator
BillHuang2001
left a comment
There was a problem hiding this comment.
Please squash the unneeded commits, and then add RVEAa to test_moea.py.
Modify dtlz and add rveaa, zdt, maf Fix cso algorithm Manually import submodules Fix std_workflow._evaluate cannot be captured by torch.compile bug Remove unnecessary torch.jit.ignore When recording batchedtensors, unwrap it to avoid leaking batchedtensors Fix to_jax_array Use normal assignment instead of inplace copy Test vmapped workflow with monitor Add default feature set Update installation instruction on readme Update install guide Bump version to v1.1.1 add num_repeats and multi obj to hpo Add RVEAa, modify RVEA, DTLZ and hpo_wrapper.
2ae5f25 to
1540708
Compare
BillHuang2001
approved these changes
Apr 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add RVEAa
An implementation of the Reference Vector Guided Evolutionary Algorithm embedded with the reference vector regeneration strategy (RVEAa) for multi-objective optimization problems.
Add final_step
Add the
final_step()toAlgorithm.Modify DTLZ
Avoid changing the original population when evaluating.
Modify IGD
Make
igdable to deal with populations withnan.Modify RVEA
Switch
.type(torch.int)to.to(dtype=torch.int)Others
Add import of basic functions, which will be used in LSMOP in Evomo.
Modify non_dominate_rank