# {py:mod}`evox.algorithms.so.es_variants.des` ```{py:module} evox.algorithms.so.es_variants.des ``` ```{autodoc2-docstring} evox.algorithms.so.es_variants.des :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DES ` - ```{autodoc2-docstring} evox.algorithms.so.es_variants.des.DES :summary: ``` ```` ### API `````{py:class} DES(pop_size: int, center_init: torch.Tensor, temperature: float = 12.5, sigma_init: float = 0.1, device: torch.device | None = None) :canonical: evox.algorithms.so.es_variants.des.DES Bases: {py:obj}`evox.core.Algorithm` ```{autodoc2-docstring} evox.algorithms.so.es_variants.des.DES ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} evox.algorithms.so.es_variants.des.DES.__init__ ``` ````{py:method} step() :canonical: evox.algorithms.so.es_variants.des.DES.step ```{autodoc2-docstring} evox.algorithms.so.es_variants.des.DES.step ``` ```` ````{py:method} record_step() :canonical: evox.algorithms.so.es_variants.des.DES.record_step ```` `````