ensmallen
ensmallen copied to clipboard
Implementation of DTLZ problems
Hey Guys, this pull request is an attempt to implement the DTLZ problems mentioned in the comments of #120. This PR implements problems 1 to 7 as mentioned in: https://link.springer.com/chapter/10.1007/1-84628-137-7_6.
Thanks, Satyam
Thanks for opening your first pull request in this repository! Someone will review it when they have a chance. In the mean time, please be sure that you've handled the following things, to make the review process quicker and easier:
- All code should follow the style guide
- Documentation added for any new functionality
- Tests added for any new functionality
- Tests that are added follow the testing guide
- Headers and license information added to the top of any new code files
- HISTORY.md updated if the changes are big or user-facing
- All CI checks should be passing
Thank you again for your contributions! :+1:
Also I will be doing a comparative study on NSGA-2 and MOEA/D on the DTLZ problems and please do review and comment if any changes or additions are required.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! :+1:
@jonpsy & @zoq if you have a moment; do you want to comment on this PR? It seems like a spiritual successor to #120 DTLZ problems.
Though, I'm not sure if @IWNMWE is still interested in moving the PR along given it hit a stale timeout.
@jonpsy & @zoq if you have a moment; do you want to comment on this PR? It seems like a spiritual successor to #120 DTLZ problems.
Though, I'm not sure if @IWNMWE is still interested in moving the PR along given it hit a stale timeout.
Hey sorry for the delays I would really like to hear your guys comments on this PR, previously I was working on how the optimizers were working on theses problems before I got sidetracked . Please do let me know if I need to anything else to check for the validity of these problems.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! :+1:
@zoq looks like @IWNMWE finished cleaning up the style. Do you want to re-review?
Thanks again for putting this together.