issues
search
bangerth
/
SampleFlow
SampleFlow -- a library for composing complex statistical sampling algorithms
GNU Lesser General Public License v2.1
4
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow for parallel execution of actions.
#240
bangerth
closed
3 months ago
0
Make sure we acquire both locks in another place as well.
#239
bangerth
closed
4 months ago
0
Use a shared mutex instead of a std::future to coordinate in synchronous mode.
#238
bangerth
closed
4 months ago
0
Use a promise instead of a std::task, to reduce the level of complexity.
#237
bangerth
closed
4 months ago
0
Use a deque and only trim at the front.
#236
bangerth
closed
4 months ago
0
Use std::future, not std::shared_future.
#235
bangerth
closed
4 months ago
0
Rename Compound -> Chain.
#234
bangerth
closed
7 months ago
0
Merge the four operator>> cases.
#233
bangerth
closed
7 months ago
0
Consistenly use operator>> in the test suite.
#232
bangerth
opened
7 months ago
0
Fix disconnecting consumers from producers.
#231
bangerth
closed
7 months ago
0
Make destructor virtual.
#230
bangerth
closed
7 months ago
1
Make sure producers can only be move-constructed if no connections exist.
#229
bangerth
closed
7 months ago
0
Make sure connections are broken.
#228
bangerth
closed
7 months ago
0
Test in debug mode.
#227
bangerth
closed
7 months ago
0
Provide PassThrough with constructors.
#226
bangerth
closed
7 months ago
0
Work around a BOOST bug.
#225
bangerth
closed
7 months ago
0
Make sure consumers disconnect when a producer goes out of scope.
#224
bangerth
closed
7 months ago
0
Make constructor availability explicit for consumers and producers.
#223
bangerth
closed
7 months ago
0
When a consumer/producer goes away, sever its connections both up and downstream.
#222
bangerth
closed
7 months ago
0
Give state-less objects (e.g. filters) move constructors.
#221
bangerth
opened
7 months ago
0
Fix documentation of producers.
#220
bangerth
opened
7 months ago
0
Encapsulate the results of >> operations into Compound objects.
#219
bangerth
closed
7 months ago
0
Add Filters::Condition
#218
bangerth
closed
7 months ago
0
Add operator>> to connect producers and consumers.
#217
bangerth
closed
8 months ago
0
Define more concepts for producers, consumers, and filters.
#216
bangerth
closed
8 months ago
0
Use designated initializers.
#215
bangerth
closed
8 months ago
0
More moving parameters into their own structure.
#214
bangerth
closed
8 months ago
0
Refine a concept.
#213
bangerth
closed
8 months ago
0
Provide another example using views to Range.
#212
bangerth
closed
8 months ago
0
Enforce another concept.
#211
bangerth
closed
8 months ago
0
Move parameters into their own structure.
#210
bangerth
closed
8 months ago
0
Avoid uninitialized data.
#209
bangerth
closed
8 months ago
0
Rename the 'perturb' functions to 'propose_sample'.
#208
bangerth
closed
8 months ago
0
Annotate filters with C++20 concepts.
#207
bangerth
closed
8 months ago
0
Annotate the consumers with concepts.
#206
bangerth
closed
8 months ago
0
Annotate a bunch of things with C++20 requirements.
#205
bangerth
closed
8 months ago
0
More concepts.
#204
bangerth
closed
8 months ago
0
Use std::any/optional classes.
#203
bangerth
closed
8 months ago
0
Avoid deprecated features of xargs.
#202
bangerth
closed
8 months ago
0
Apply some C++20 features.
#201
bangerth
closed
8 months ago
0
Require C++20.
#200
bangerth
closed
8 months ago
0
Fix a typo.
#199
bangerth
closed
8 months ago
0
Update Readme.
#198
bangerth
closed
1 year ago
0
Document that we need C++14.
#197
bangerth
closed
1 year ago
0
Do not prescribe how std::async should run.
#196
bangerth
closed
1 year ago
0
Fix another instance of the same comment.
#195
bangerth
closed
2 years ago
0
Be explicit in which path we refer to.
#194
bangerth
closed
2 years ago
0
Fix a comment.
#193
bangerth
closed
2 years ago
0
Fix differential evolution acceptance probability
#192
bangerth
opened
2 years ago
0
Indent.
#191
bangerth
closed
2 years ago
0
Next