.. Copyright 2021 IRT Saint Exupéry, https://www.irt-saintexupery.com This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. .. _plugins: Plugins ======= .. _copier-gemseo: https://gitlab.com/gemseo/dev/copier-gemseo .. _copier: https://copier.readthedocs.io/en/stable/ |g| features can be extended with external Python modules. All kinds of additional features can be implemented: disciplines, optimizers, DOE algorithms, formulations, post-processings, surrogate models, ... .. list-table:: :widths: 25 50 25 :header-rows: 1 * - Name / Repo - Description - Documentation * - `gemseo-benchmark `_ - A GEMSEO-based package to benchmark optimization algorithm. - :ref:`Modules ` * - `gemseo-calibration `_ - Capability to calibrate GEMSEO disciplines from data - :ref:`Modules ` * - `gemseo-fmu `_ - GEMSEO plugin for FMU dynamic models - `Documentation `_ * - `gemseo-matlab `_ - GEMSEO plugin for MATLAB. - :ref:`Modules ` * - `gemseo-mlearning `_ - Miscellaneous machine learning capabilities - `Documentation `_ * - `gemseo-mma `_ - GEMSEO plugin for the MMA (Method of Moving Asymptotes) algorithm. - :ref:`Modules ` * - `gemseo-pdfo `_ - GEMSEO plugin for the PDFO library. - :ref:`Modules ` * - `gemseo-petsc `_ - PETSc wrapper for :class:`.LinearSolver` and :class:`.MDA` - :ref:`Modules ` * - `gemseo-pseven `_ - GEMSEO plugin for the pSeven library. - :ref:`Modules ` * - `gemseo-pymoo `_ - Pymoo wrapper for optimization algorithms - :ref:`Modules ` * - `gemseo-scilab `_ - Interfacing Scilab functions - :ref:`Modules ` * - `gemseo-template-editor-gui `_ - A GUI to create input and output file templates for DiscFromExe. - :ref:`Modules ` * - `gemseo-umdo `_ - Capability for MDO under uncertainty - `Documentation `_ .. seealso:: :ref:`extending-gemseo` with external Python modules. .. seealso:: Create a new plugin with `copier-gemseo`_.