# {py:mod}`evox.operators.selection.find_pbest` ```{py:module} evox.operators.selection.find_pbest ``` ```{autodoc2-docstring} evox.operators.selection.find_pbest :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`select_rand_pbest ` - ```{autodoc2-docstring} evox.operators.selection.find_pbest.select_rand_pbest :summary: ``` ```` ### API ````{py:function} select_rand_pbest(percent: float, population: torch.Tensor, fitness: torch.Tensor) -> torch.Tensor :canonical: evox.operators.selection.find_pbest.select_rand_pbest ```{autodoc2-docstring} evox.operators.selection.find_pbest.select_rand_pbest ``` ````