r/generate_ndset: Add inverted-simplex and concave-simplex shapes, fix convex-simplex#60
Merged
MLopez-Ibanez merged 1 commit intomainfrom Mar 25, 2026
Conversation
…ython generate_ndset changes Co-authored-by: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Agent-Logs-Url: https://github.com/multi-objective/moocore/sessions/90414f69-8c2c-4246-b119-24d3f1f502f8
Copilot created this pull request from a session on behalf of
MLopez-Ibanez
March 25, 2026 11:35
View session
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 76.31% 76.32% +0.01%
==========================================
Files 66 66
Lines 6599 6603 +4
Branches 1127 1127
==========================================
+ Hits 5036 5040 +4
Misses 1255 1255
Partials 308 308
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Mirrors Python commit
0ddc3ba— adds two newgenerate_ndset()shapes to the R package and corrects theconvex-simplexcomputation.Changes
r/R/generate.Rconvex-simplex: Fixed implementation fromsample_sphere()^4→sample_simplex()^2(more uniform)"inverted-simplex"/"inverted-linear"(1 - simplex) and"concave-simplex"(1 - convex-simplex)IshHeSha2019regularcitations for inverted convex / inverted concave terminologyr/vignettes/articles/generate.Rmdconvex-simplexdescription (squares simplex points, not sphere transform)r/NEWS.mdconvex-simplexbehaviour changeUsage