Skip to content

Commit

Permalink
Merge pull request #1199 from danielskatz/patch-1
Browse files Browse the repository at this point in the history
Update paper.md
  • Loading branch information
jmlarson1 authored Dec 18, 2023
2 parents 1942ce1 + a8fac22 commit 1362f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/papers/joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ paradigm eliminates the need for users to explicitly define task dependencies.
Instead, it emphasizes data dependencies between these customizable Python user
functions. This modular design also lends itself to exploiting the large
library of example user functions provided with libEnsemble or
available from the community (e.g., [@libEnsembleCommunityExamples]),
available from the community (e.g., @libEnsembleCommunityExamples),
maximizing code reuse. For instance, users can
readily choose an existing generator function and tailor a simulator function
to their particular needs.
Expand Down Expand Up @@ -158,14 +158,14 @@ Examples of libEnsemble applications in science and engineering include the foll

- Optimization of variational algorithms on quantum computers [@Liu2022layer]
- Parallelization of the ParMOO solver for multiobjective simulation optimization problems [@ParMOODesign23]
- Design of particle accelerators [@Neveu2023] [@PhysRevAccelBeams.26.084601] [@Pousa22]
- Design of particle accelerators [@Neveu2023; @PhysRevAccelBeams.26.084601; @Pousa22]
- Sequential Bayesian experimental design [@Surer2023] and Bayesian calibration [@MCMPSW2022]

A selection of community-provided libEnsemble functions and workflows that
users can build off is maintained in [@libEnsembleCommunityExamples].
users can build off is maintained in @libEnsembleCommunityExamples.

Additional details on the parallel features and scalability of libEnsemble can
be found in [@Hudson2022] and [@libensemble-man].
be found in @Hudson2022 and @libensemble-man.

# Acknowledgments

Expand Down

0 comments on commit 1362f96

Please sign in to comment.