Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/examples/gen_funcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Optimization
aposmm
uniform_or_localopt
ax_multitask<ax_multitask>
VTMOP<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/#module-vtmop>
ytopt<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/#module-ytopt_heffte.ytopt_asktell>
consensus<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/#module-consensus>
DEAP-NSGA-II<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/#persistent-deap-nsga2>
VTMOP<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/generators.html#module-vtmop>
ytopt<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/generators.html#module-ytopt_heffte.ytopt_asktell>
consensus<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/generators.html#gens.persistent_independent_optimize>
DEAP-NSGA-II<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/generators.html#persistent-deap-nsga2>

- :doc:`APOSMM<aposmm>`

Expand Down
1 change: 1 addition & 0 deletions docs/examples/sim_funcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ application on various platforms (use -DGPU to build for GPU).
sim_funcs/forces_simf_gpu
sim_funcs/forces_simf_gpu_vary_resources
sim_funcs/forces_simf_gpu_multi_app
WarpX Example<https://libensemble.readthedocs.io/projects/libe-community-examples/en/latest/simulators.html#module-warpx-simf>

Special simulation functions
----------------------------
Expand Down
Loading