Skip to content

Commit

Permalink
update gens
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Feb 19, 2025
1 parent 40b2725 commit 695c3ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/examples/gen_funcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Optimization

aposmm
uniform_or_localopt
ax_multitask
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>
Expand All @@ -53,25 +53,26 @@ Optimization

Performs a uniform random sample or a single persistent NLopt_ local optimization run.

- :doc:`ax_multitask<ax_multitask>`
- :doc:`Ax Multitask<ax_multitask>`

Bayesian optimization with a Gaussian process and the multi-task algorithm of Ax_.

- :ref:`VTMOP<community:vtmop-link>`

Generators using the VTMOP_ Fortran package for large-scale multiobjective multidisciplinary design optimization.
Generators using the VTMOP_ Fortran package for large-scale multiobjective multidisciplinary design optimization. (*community example*)

- :ref:`ytopt<community:ytopt-link>`

Generators using ytopt_ (A Bayesian Optimization package for determining optimal input parameter configurations for applications or other executables).
Generators using ytopt_. A Bayesian Optimization package for determining optimal input parameter configurations for applications or other executables. (*community example*)

.. - :ref:`Dragonfly<community:dragonfly-link>`
..
.. Generators for.
- :ref:`Consensus<community:consensus-link>`

Distributed optimization methods for minimizing sums of convex functions. Methods include:
Distributed optimization methods for minimizing sums of convex functions (*community example*).
Methods include:
- Primal-dual sliding (https://arxiv.org/pdf/2101.00143).
- Distributed gradient descent with gradient tracking (https://arxiv.org/abs/1908.11444).
- Proximal sliding (https://arxiv.org/abs/1406.0919).
Expand Down Expand Up @@ -111,7 +112,7 @@ Modeling and Approximation

- :ref:`DEAP-NSGA-II<community:deap-link>`

Distributed evolutionary algorithms (community example)
Distributed evolutionary algorithms (*community example*)



Expand Down

0 comments on commit 695c3ea

Please sign in to comment.