moose icon indicating copy to clipboard operation
moose copied to clipboard

Topological optimization in stochastic tools module

Open snschune opened this issue 1 year ago • 9 comments

@Ramzy1990 @lynnmunday

Reason

A topological optimization capability in the stochastic tools module.

Design

The sampler proposes configuration. A reporter makes decisions to accept or reject them. We use simulated annealing as algorithm.

Impact

New capability.

snschune avatar Nov 01 '23 21:11 snschune

Job Precheck on 64515df wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/docs/PRs/25940/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format 2c495973e0c75d11c863018aedee8eb8ae1bfb0c

moosebuild avatar Nov 01 '23 22:11 moosebuild

Job Documentation on 32155d7 wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild avatar Nov 08 '23 00:11 moosebuild

Job Coverage on 32155d7 wanted to post the following:

Framework coverage

7cc4ae #25940 32155d
Total Total +/- New
Rate 85.27% 85.27% +0.00% -
Hits 100713 100714 +1 0
Misses 17394 17393 -1 0

Diff coverage report

Full coverage report

Modules coverage

Stochastic tools

7cc4ae #25940 32155d
Total Total +/- New
Rate 90.62% 90.65% +0.03% 89.59%
Hits 7911 8201 +290 284
Misses 819 846 +27 33

Diff coverage report

Full coverage report

Full coverage reports

Reports

Warnings

  • stochastic_tools new line coverage rate 89.59% is less than the suggested 90.0%

This comment will be updated on new commits.

moosebuild avatar Nov 08 '23 01:11 moosebuild

This pull request has been automatically marked as stale because it has not had recent activity in the last 100 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Feb 16 '24 05:02 github-actions[bot]

Keep open.

snschune avatar Feb 16 '24 16:02 snschune

@snschune Me and Ramzy will start working on this in two weeks!

lynnmunday avatar Feb 17 '24 01:02 lynnmunday

Could you please git rebase instead of merging with next? I'll review it right after! Unless @GiudGiud wants to.

grmnptr avatar Feb 19 '24 15:02 grmnptr

Thank you! Okay, rebasing or resetting to before the merge needs a force push and I am not allowed to do it. Apologies @snschune for the trouble!

Ramzy1990 avatar Feb 19 '24 16:02 Ramzy1990

@grmnptr @GiudGiud Will you make this draft? I think we have a lot of clean up to do on this before we can merge it. It also needs documentation and probably more testing.

lynnmunday avatar Feb 19 '24 16:02 lynnmunday

@lynnmunday @Ramzy1990 any update on this?

GiudGiud avatar Aug 07 '24 14:08 GiudGiud