Active learning script - #55
Open
konstpieper wants to merge 25 commits into
Open
Conversation
* melt pool boundary detection implementation * implemented newton iterations for boundary detection. * removed old is_boundary * updated readme with animation. * modified compute_morphology to handle new phases data format. * fixed visualization error flag. exits after printing defect status. * new visualization * precommit --------- Co-authored-by: Vamsi Subraveti <vis@ornl.gov> Co-authored-by: John <colemanjs@ornl.gov>
* fixed issue by enforcing lowerbound on vector components at construction time. * better implementation of signed clip + fix tol in core --------- Co-authored-by: Vamsi Subraveti <vis@ornl.gov>
* fixed 0-indexing issue in self.t size and self.npoints discrepancy * changed to linspace to enforce same number of points. checked that dt was correct --------- Co-authored-by: Vamsi Subraveti <vis@ornl.gov>
…floating point error in core
…ple to guide users
Test: fixed test suite, added it to the CI, and identified/corrected …
* truncate *relevant* modes instead of all modes * fixed only one test * Fix energy-ranked spectral mode selection --------- Co-authored-by: Vamsi Subraveti <vis@ornl.gov> Co-authored-by: John <colemanjs@ornl.gov>
…DF#50) * Optimize CPU melt-mask computation and cold-start performance - add spatial indexing and column-parallel voxel traversal - replace Newton classification with direct implicit evaluation - add guarded mixed-precision spectral lookup tables - preserve independent width, depth, and height spectra - retain padded scan vectors that can interact with the RVE - add persistent Numba cache warming - improve VTK compatibility, input validation, and packaging - add scaling benchmarks and journal-ready documentation - consolidate tests around numerical and production behavior * udpated memory policy with system search * docs: README * docs: installation * docs: numba cache directory * bug: fixed cache * clean: remove benchmark scaling * refactor * refactor redundant operations * CI: fixup * Deprecate spec array (ORNL-MDF#52) * removed spec array references from api * removed spectral array input --------- Co-authored-by: Vamsi Subraveti <119705737+subravvr@users.noreply.github.com> Co-authored-by: Vamsi Subraveti <vis@ornl.gov>
…into active_learning_script
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.
No description provided.