moose
moose copied to clipboard
Topological optimization in stochastic tools module
@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.
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
Job Documentation on 32155d7 wanted to post the following:
View the site here
This comment will be updated on new commits.
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 |
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 |
Full coverage reports
Reports
-
framework
-
chemical_reactions
-
combined
-
contact
-
electromagnetics
-
external_petsc_solver
-
fluid_properties
-
fsi
-
functional_expansion_tools
-
geochemistry
-
heat_transfer
-
level_set
-
misc
-
navier_stokes
-
optimization
-
peridynamics
-
phase_field
-
porous_flow
-
ray_tracing
-
rdg
-
reactor
-
richards
-
scalar_transport
-
solid_properties
-
stochastic_tools
-
tensor_mechanics
-
thermal_hydraulics
-
xfem
Warnings
-
stochastic_tools
new line coverage rate 89.59% is less than the suggested 90.0%
This comment will be updated on new commits.
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.
Keep open.
@snschune Me and Ramzy will start working on this in two weeks!
Could you please git rebase
instead of merging with next? I'll review it right after! Unless @GiudGiud wants to.
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!
@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 @Ramzy1990 any update on this?