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

Add tests for filter_nondominated #21

Merged
merged 6 commits into from
Feb 8, 2023
Merged

Add tests for filter_nondominated #21

merged 6 commits into from
Feb 8, 2023

Conversation

odow
Copy link
Member

@odow odow commented Feb 7, 2023

Closes #20

@odow
Copy link
Member Author

odow commented Feb 7, 2023

Okay for now I've just added a naive O(N^2) check using the text book definition. If it becomes a problem we can revisit.

src/MultiObjectiveAlgorithms.jl Outdated Show resolved Hide resolved
src/MultiObjectiveAlgorithms.jl Outdated Show resolved Hide resolved
src/MultiObjectiveAlgorithms.jl Outdated Show resolved Hide resolved
src/MultiObjectiveAlgorithms.jl Outdated Show resolved Hide resolved
src/MultiObjectiveAlgorithms.jl Outdated Show resolved Hide resolved
@odow odow merged commit e9531a1 into master Feb 8, 2023
@odow odow deleted the od/filter-nondominated branch February 8, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Filter weakly nondominated solution from SolutionPoint
2 participants